Shades of Dark Slate Blue #42429E
Tints of Dark Slate Blue #42429E
RGB
CMYK
RGB Variations
Color information
#42429E (or 0x42429E) is known color: Dark Slate Blue. HEX triplet: 42, 42 and 9E. RGB value is (66,66,158). Sum of RGB (Red+Green+Blue) = 66+66+158=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #42429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42429E is #BDBD61. Grayscale: #4C4C4C. Windows color (decimal): -12434786 or 10371650. OLE color: 10371650.
HSL color Cylindrical-coordinate representation of color #42429E: hue angle of 240º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42429E is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 66 | 158 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.38 |
| HSL | 240º | 0.41% | 0.44% | - |
| HSV(B) | 240º | 0.58% | 0.62% | - |
| XYZ | 10.37 | 7.52 | 33.25 | - |
| YUV | 76.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 158 | 0.58 | 0.58 | 0 | 0.38 | 240 | 0.41 | 0.44 |
| Hex | 42 | 42 | 9E | 3A | 3A | 0 | 26 | F0 | 29 | 2C |
| Octal | 102 | 102 | 236 | 72 | 72 | 0 | 46 | 360 | 51 | 54 |
| Binary | 1000010 | 1000010 | 10011110 | 111010 | 111010 | 0 | 100110 | 11110000 | 101001 | 101100 |
Color Harmonies of #42429E
Complementary color
Monochromatic Colors of #42429E
Black with #42429E
Text Example
Text Example
White with #42429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42429E; }
p { color: rgb(66,66,158); }
H1.HeaderClassName
{
color: #42429E;
}
.AnyTagClassName
{
color: #42429E;
}
</style>
background-color css
<style>
a { background-color: #42429E; }
a { background-color: rgb(66,66,158); }
div.DivClassName
{
background-color: #42429E;
}
.BgClassName
{
background-color: #42429E;
}
</style>
border-color css
<style>
span { border-color: #42429E; }
span { border-color: rgb(66,66,158); }
td.TdClassName
{
border-color: #42429E;
}
.TagClassName
{
border-color: #42429E;
}
</style>