Shades of Dark Slate Blue #42409E
Tints of Dark Slate Blue #42409E
RGB
CMYK
RGB Variations
Color information
#42409E (or 0x42409E) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 9E. RGB value is (66,64,158). Sum of RGB (Red+Green+Blue) = 66+64+158=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 64 (25.39% from 255 or 22.22% 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 #42409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42409E is #BDBF61. Grayscale: #4A4A4A. Windows color (decimal): -12435298 or 10371138. OLE color: 10371138.
HSL color Cylindrical-coordinate representation of color #42409E: hue angle of 241.28º 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 #42409E is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 64 | 158 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.38 |
| HSL | 241.28º | 0.42% | 0.44% | - |
| HSV(B) | 241.28º | 0.59% | 0.62% | - |
| XYZ | 10.25 | 7.29 | 33.22 | - |
| YUV | 75.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 158 | 0.58 | 0.59 | 0 | 0.38 | 241.28 | 0.42 | 0.44 |
| Hex | 42 | 40 | 9E | 3A | 3B | 0 | 26 | F1 | 2A | 2C |
| Octal | 102 | 100 | 236 | 72 | 73 | 0 | 46 | 361 | 52 | 54 |
| Binary | 1000010 | 1000000 | 10011110 | 111010 | 111011 | 0 | 100110 | 11110001 | 101010 | 101100 |
Color Harmonies of #42409E
Complementary color
Monochromatic Colors of #42409E
Black with #42409E
Text Example
Text Example
White with #42409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42409E; }
p { color: rgb(66,64,158); }
H1.HeaderClassName
{
color: #42409E;
}
.AnyTagClassName
{
color: #42409E;
}
</style>
background-color css
<style>
a { background-color: #42409E; }
a { background-color: rgb(66,64,158); }
div.DivClassName
{
background-color: #42409E;
}
.BgClassName
{
background-color: #42409E;
}
</style>
border-color css
<style>
span { border-color: #42409E; }
span { border-color: rgb(66,64,158); }
td.TdClassName
{
border-color: #42409E;
}
.TagClassName
{
border-color: #42409E;
}
</style>