Shades of Dark Slate Blue #40429A
Tints of Dark Slate Blue #40429A
RGB
CMYK
RGB Variations
Color information
#40429A (or 0x40429A) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 9A. RGB value is (64,66,154). Sum of RGB (Red+Green+Blue) = 64+66+154=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #40429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40429A is #BFBD65. Grayscale: #4B4B4B. Windows color (decimal): -12565862 or 10109504. OLE color: 10109504.
HSL color Cylindrical-coordinate representation of color #40429A: hue angle of 238.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40429A is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 66 | 154 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.40 |
| HSL | 238.67º | 0.41% | 0.43% | - |
| HSV(B) | 238.67º | 0.58% | 0.6% | - |
| XYZ | 9.9 | 7.32 | 31.46 | - |
| YUV | 75.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 154 | 0.58 | 0.57 | 0 | 0.40 | 238.67 | 0.41 | 0.43 |
| Hex | 40 | 42 | 9A | 3A | 39 | 0 | 28 | EF | 29 | 2B |
| Octal | 100 | 102 | 232 | 72 | 71 | 0 | 50 | 357 | 51 | 53 |
| Binary | 1000000 | 1000010 | 10011010 | 111010 | 111001 | 0 | 101000 | 11101111 | 101001 | 101011 |
Color Harmonies of #40429A
Complementary color
Monochromatic Colors of #40429A
Black with #40429A
Text Example
Text Example
White with #40429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40429A; }
p { color: rgb(64,66,154); }
H1.HeaderClassName
{
color: #40429A;
}
.AnyTagClassName
{
color: #40429A;
}
</style>
background-color css
<style>
a { background-color: #40429A; }
a { background-color: rgb(64,66,154); }
div.DivClassName
{
background-color: #40429A;
}
.BgClassName
{
background-color: #40429A;
}
</style>
border-color css
<style>
span { border-color: #40429A; }
span { border-color: rgb(64,66,154); }
td.TdClassName
{
border-color: #40429A;
}
.TagClassName
{
border-color: #40429A;
}
</style>