Shades of Dark Slate Blue #42408C
Tints of Dark Slate Blue #42408C
RGB
CMYK
RGB Variations
Color information
#42408C (or 0x42408C) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 8C. RGB value is (66,64,140). Sum of RGB (Red+Green+Blue) = 66+64+140=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #42408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42408C is #BDBF73. Grayscale: #484848. Windows color (decimal): -12435316 or 9191490. OLE color: 9191490.
HSL color Cylindrical-coordinate representation of color #42408C: hue angle of 241.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42408C is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 64 | 140 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.45 |
| HSL | 241.58º | 0.37% | 0.4% | - |
| HSV(B) | 241.58º | 0.54% | 0.55% | - |
| XYZ | 8.81 | 6.72 | 25.64 | - |
| YUV | 73.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 140 | 0.53 | 0.54 | 0 | 0.45 | 241.58 | 0.37 | 0.4 |
| Hex | 42 | 40 | 8C | 35 | 36 | 0 | 2D | F2 | 25 | 28 |
| Octal | 102 | 100 | 214 | 65 | 66 | 0 | 55 | 362 | 45 | 50 |
| Binary | 1000010 | 1000000 | 10001100 | 110101 | 110110 | 0 | 101101 | 11110010 | 100101 | 101000 |
Color Harmonies of #42408C
Complementary color
Monochromatic Colors of #42408C
Black with #42408C
Text Example
Text Example
White with #42408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42408C; }
p { color: rgb(66,64,140); }
H1.HeaderClassName
{
color: #42408C;
}
.AnyTagClassName
{
color: #42408C;
}
</style>
background-color css
<style>
a { background-color: #42408C; }
a { background-color: rgb(66,64,140); }
div.DivClassName
{
background-color: #42408C;
}
.BgClassName
{
background-color: #42408C;
}
</style>
border-color css
<style>
span { border-color: #42408C; }
span { border-color: rgb(66,64,140); }
td.TdClassName
{
border-color: #42408C;
}
.TagClassName
{
border-color: #42408C;
}
</style>