crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#400ba3 hex color - Blue - Cool color - Information

#400ba3 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #400ba3 Color code in RGB color code model is created after adding 25.1% red color, 4.31% green color and 63.92% blue color. Hex #400ba3 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 93% magenta, 0% yellow and 36% black.

Hex #400ba3 color code is between #4411aa web safe hex color code and #330099 web safe hex color code. #4411aa is the nearest web safe color code. You can see here many more shades of #400ba3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code400ba3#400ba3
RGB Decimal64, 11, 163rgb(64, 11, 163)
RGB Percent25%, 4%, 64%rgb(25%, 4%, 64%)
CSS RGBa64, 11, 163,1rgba(64,11,163,1)
CMYK Modelcmyk(61%,93%,0%,36%)
HSL Color Space261,87% ,34%hsl(261,87% ,34%)
HSV Color Space261°, 93%, 64%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000000000101110100011
Octal10013243
Decimal6411163
Hex400ba3

Different shades of #400ba3 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #400ba3
#530ed3
Dark Shade of #400ba3
#2d0873
Saturated Shade of #400ba3
#3d02ac
Desaturated Shade of #400ba3
#43149a
Grey scale Shade of #400ba3
#575757
Brighten Shade
#5924bc
Most Readable Shade
#FFFFFF

Shades of #400ba3 color code

Generate more color scales with scales (color stack) generator.

#400ba3
#380990
#31087e
#2a076c
#23065a
#1c0448
#150336
#0e0224
#070112
#000000

Similar Color like #400ba3 color

Find visually similar hex color codes nearing to #400ba3 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#410ca4
#420da5
#430ea6
#440fa7
#4510a8
#4611a9
#4712aa
#4813ab
#4914ac
#4a15ad
#4b16ae
#4c17af
#4d18b0
#4e19b1
#3f0aa2
#3e09a1
#3d08a0
#3c079f
#3b069e
#3a059d
#39049c
#38039b
#37029a
#360199
#350098
#340097
#330096
#320095

Monochromatic Color with #400ba3

#400ba3
#510ecd
#6111f8
#0e0223
#1f054e
#2f0878

Tints of #400ba3 Color

#400ba3
#5526ad
#6a41b7
#7f5cc1
#9477cb
#aa92d6
#bfade0
#d4c8ea
#e9e3f4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#400ba3
#6ea30b

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#400ba3
#a38c0b
#22a30b

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#0b13a3
#220ba3
#400ba3
#5e0ba3
#7d0ba3

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#400ba3
#a3400b
#0ba340

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#400ba3
#a30b22
#6ea30b
#0ba38c

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#400ba3
#6ea30b
#22a30b
#8c0ba3

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #400ba3 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#400ba3 Color Code Preview on Black Background Color

This is how #400ba3 Color will look on black background color. Color contrast ratio is 1.79

#400ba3 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#400ba3">Your Example Paragraph content text in with font color #400ba3 </p>

Your Example Paragraph content text in with font color #400ba3

HTML with inline CSS

<div style="color:#400ba3">Your Paragraph text in with font color #400ba3 </div>

Your Example Paragraph content text in with font color #400ba3

#400ba3 color code is use for CSS Background Color

Background color for the above div is #400ba3

HTML with inline CSS

<div style="background-color:#400ba3;"></div>

#400ba3 color code is use for CSS Border Color

CSS Border color for the above div is #400ba3

HTML with inline CSS

<div style="border:5px solid #400ba3;"></div>

CSS Border Left color for the above div is #400ba3

HTML with inline CSS

<div style="border-left:5px solid #400ba3;"></div>

CSS Border Right color for the above div is #400ba3

HTML with inline CSS

<div style="border-right:5px solid #400ba3;"></div>

CSS Border Bottom color for the above div is #400ba3

HTML with inline CSS

<div style="border-bottom:5px solid #400ba3;"></div>

CSS Border Top color for the above div is #400ba3

HTML with inline CSS

<div style="border-top:5px solid #400ba3;"></div>

#400ba3 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#400ba3; } .examplecolorclass {color:#400ba3; } .examplebordercolor {border:3px solid #400ba3; }

#400ba3 Color code Preview on White Background

This is how #400ba3 Color code will look on white background color. Color contrast ratio is 11.70

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #400ba3; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #400ba3; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.