Shades of Dark Slate Blue #40429E
Tints of Dark Slate Blue #40429E
RGB
CMYK
RGB Variations
Color information
#40429E (or 0x40429E) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 9E. RGB value is (64,66,158). Sum of RGB (Red+Green+Blue) = 64+66+158=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #40429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40429E is #BFBD61. Grayscale: #4B4B4B. Windows color (decimal): -12565858 or 10371648. OLE color: 10371648.
HSL color Cylindrical-coordinate representation of color #40429E: hue angle of 238.72º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40429E is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 66 | 158 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.38 |
| HSL | 238.72º | 0.42% | 0.44% | - |
| HSV(B) | 238.72º | 0.59% | 0.62% | - |
| XYZ | 10.23 | 7.46 | 33.25 | - |
| YUV | 75.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 158 | 0.59 | 0.58 | 0 | 0.38 | 238.72 | 0.42 | 0.44 |
| Hex | 40 | 42 | 9E | 3B | 3A | 0 | 26 | EF | 2A | 2C |
| Octal | 100 | 102 | 236 | 73 | 72 | 0 | 46 | 357 | 52 | 54 |
| Binary | 1000000 | 1000010 | 10011110 | 111011 | 111010 | 0 | 100110 | 11101111 | 101010 | 101100 |
Color Harmonies of #40429E
Complementary color
Monochromatic Colors of #40429E
Black with #40429E
Text Example
Text Example
White with #40429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40429E; }
p { color: rgb(64,66,158); }
H1.HeaderClassName
{
color: #40429E;
}
.AnyTagClassName
{
color: #40429E;
}
</style>
background-color css
<style>
a { background-color: #40429E; }
a { background-color: rgb(64,66,158); }
div.DivClassName
{
background-color: #40429E;
}
.BgClassName
{
background-color: #40429E;
}
</style>
border-color css
<style>
span { border-color: #40429E; }
span { border-color: rgb(64,66,158); }
td.TdClassName
{
border-color: #40429E;
}
.TagClassName
{
border-color: #40429E;
}
</style>