Shades of Dark Slate Blue #42429B
Tints of Dark Slate Blue #42429B
RGB
CMYK
RGB Variations
Color information
#42429B (or 0x42429B) is known color: Dark Slate Blue. HEX triplet: 42, 42 and 9B. RGB value is (66,66,155). Sum of RGB (Red+Green+Blue) = 66+66+155=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #42429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42429B is #BDBD64. Grayscale: #4B4B4B. Windows color (decimal): -12434789 or 10175042. OLE color: 10175042.
HSL color Cylindrical-coordinate representation of color #42429B: hue angle of 240º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42429B is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 66 | 155 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.39 |
| HSL | 240º | 0.4% | 0.43% | - |
| HSV(B) | 240º | 0.57% | 0.61% | - |
| XYZ | 10.11 | 7.42 | 31.91 | - |
| YUV | 76.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 155 | 0.57 | 0.57 | 0 | 0.39 | 240 | 0.4 | 0.43 |
| Hex | 42 | 42 | 9B | 39 | 39 | 0 | 27 | F0 | 28 | 2B |
| Octal | 102 | 102 | 233 | 71 | 71 | 0 | 47 | 360 | 50 | 53 |
| Binary | 1000010 | 1000010 | 10011011 | 111001 | 111001 | 0 | 100111 | 11110000 | 101000 | 101011 |
Color Harmonies of #42429B
Complementary color
Monochromatic Colors of #42429B
Black with #42429B
Text Example
Text Example
White with #42429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42429B; }
p { color: rgb(66,66,155); }
H1.HeaderClassName
{
color: #42429B;
}
.AnyTagClassName
{
color: #42429B;
}
</style>
background-color css
<style>
a { background-color: #42429B; }
a { background-color: rgb(66,66,155); }
div.DivClassName
{
background-color: #42429B;
}
.BgClassName
{
background-color: #42429B;
}
</style>
border-color css
<style>
span { border-color: #42429B; }
span { border-color: rgb(66,66,155); }
td.TdClassName
{
border-color: #42429B;
}
.TagClassName
{
border-color: #42429B;
}
</style>