COLOR #400990

HEX: #400990 RGB: (64,9,144)

Color info

#400990 contains mainly blue color. Web safe color of #400990 is #330099 (or #309).

RGB color model

#400990 color RGB value is (64,9,144).

RGB: (64,9,144) (25%, 4%, 56%)

RGB channels and saturation

R 64 of 255 = 25%
G 9 of 255 = 4%
B 144 of 255 = 56%

64
9
144

R + G + B ~ 28%. #400990 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 9 + 144 = 217 (100%)
R 64 of 217 ~ 29.49%
G 9 of 217 ~ 4.15%
B 144 of 217 ~ 66.36'%

%29.49
%66.36

CMYK color model

#400990 color CMYK value is (56,94,0,44).

  • cyan value is 55.56%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (56,94,0,44)
C56M94Y0K44 (56%, 94%, 0%, 44%)
(0.56 / 0.94 / 0.00 / 0.44)

CMYK percentages

%55.56
%93.75
%0
%43.53

Codes

Color #400990 in popluar color models

40 09 90
RGB 64 9 144
HSL 264° 88.24% 30.00%
HSB/HSV 264° 93.75% 56.47%
CMYK 55.56% 93.75% 0.00%
43.53%

Color #400990 in popluar number systems.

HEX 40 09 90
Decimal 64 9 144
Binary 1000000 1001 10010000
Octal 100 11 220

Shades and tints

Shades of #400990

#400990
(64,9,144)
#3B0983
(59,9,131)
#360976
(54,9,118)
#310969
(49,9,105)
#2C095C
(44,9,92)
#27094F
(39,9,79)
#220942
(34,9,66)
#1D0935
(29,9,53)
#180928
(24,9,40)
#13091B
(19,9,27)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #400990

#400990
(64,9,144)
#511F9A
(81,31,154)
#6235A4
(98,53,164)
#734BAE
(115,75,174)
#8461B8
(132,97,184)
#9577C2
(149,119,194)
#A68DCC
(166,141,204)
#B7A3D6
(183,163,214)
#C8B9E0
(200,185,224)
#D9CFEA
(217,207,234)
#EAE5F4
(234,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400990 color. Also use rgb(64,9,144) instead hex code.

Text Font Color

.myTextColor { color: #400990; }

<p style="color:#400990">This sample text font color is #400990.</p>

This text font color is #400990.

Background Color

.myBgColor { background-color: #400990; }

<div style="background-color:#400990">Inner text</div>

This div background color is #400990.

Border color

.myBorderColor { border: 1px solid #400990; }

<div style="border:3px solid #400990">Div</div>

This div border color is #400990.

Opacity

.myOpacity80 { color: #400990; opacity: 0.8; }

<p style="color:#400990;opacity:0.8;">80%</p>

Text with #400990 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #400990;}

<p style="text-shadow: 3px 3px 1px #400990">Text here.</p>

This text has shadow with #400990 color.


.textShadow {text-shadow: 3px 3px 1px #400990', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #400990, 5px 5px 20px red">Text here.</p>

This text has shadow with #400990 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#400990, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#400990, Direction=45, Strength=4)">Text</p>

This text has shadow with #400990 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #400990;
-webkit-box-shadow: 1px 1px 3px 2px #400990;
box-shadow: 1px 1px 3px 2px #400990;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #400990; -webkit-box-shadow: 1px 1px 3px 2px #400990; box-shadow:1px 1px 3px 2px #400990;">
Div content here
</div>

This div box has shadow with color #400990.

Preview

Color preview on black background

This text has color #400990 on black background.


Color preview on white background

This text has color #400990 on white background.


Black color preview on #400990 background

This text has black color on #400990 background.


White color preview on #400990 background

This text has white color on #400990 background.


Related colors

Complementary color

Complementary color for #400990 is #BFF66F.


I love getcolorcode.com

Triadic colors

1 #904009 and #099040 with #400990 are triadic colors.

2 #900940 and #094090 with #400990 are triadic colors.