HEX: #400990
RGB: (64,9,144)
#400990 contains mainly blue color. Web safe color of #400990 is #330099 (or #309).
#400990 color RGB value is (64,9,144).
RGB: (64,9,144)
(25%, 4%, 56%)
R 64 of 255 = 25%
G 9 of 255 = 4%
B 144 of 255 = 56%
R + G + B ~ 28%. #400990 is quite dark color.
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'%
#400990 color CMYK value is (56,94,0,44).
CMYK: (56,94,0,44)
C56M94Y0K44 (56%, 94%, 0%, 44%)
(0.56 / 0.94 / 0.00 / 0.44)
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 of #400990
Tints of #400990
Examples of css and html codes for elements with #400990 color. Also use rgb(64,9,144) instead hex code.
.myTextColor { color: #400990; }
<p style="color:#400990">This sample text font color is #400990.</p>
This text font color is #400990.
.myBgColor { background-color: #400990; }
<div style="background-color:#400990">Inner text</div>
This div background color is #400990.
.myBorderColor { border: 1px solid #400990; }
<div style="border:3px solid #400990">Div</div>
This div border color is #400990.
.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%.
.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.
/* 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 text has color #400990 on black background.
This text has color #400990 on white background.
This text has black color on #400990 background.
This text has white color on #400990 background.
Complementary color for #400990 is #BFF66F.