Shades of Dark Slate Blue #422F86
Tints of Dark Slate Blue #422F86
RGB
CMYK
RGB Variations
Color information
#422F86 (or 0x422F86) is known color: Dark Slate Blue. HEX triplet: 42, 2F and 86. RGB value is (66,47,134). Sum of RGB (Red+Green+Blue) = 66+47+134=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #422F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F86 is #BDD079. Grayscale: #3E3E3E. Windows color (decimal): -12439674 or 8793922. OLE color: 8793922.
HSL color Cylindrical-coordinate representation of color #422F86: hue angle of 253.1º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #422F86 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 47 | 134 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.47 |
| HSL | 253.1º | 0.48% | 0.35% | - |
| HSV(B) | 253.1º | 0.65% | 0.53% | - |
| XYZ | 7.57 | 4.91 | 23.1 | - |
| YUV | 62.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 134 | 0.51 | 0.65 | 0 | 0.47 | 253.1 | 0.48 | 0.35 |
| Hex | 42 | 2F | 86 | 33 | 41 | 0 | 2F | FD | 30 | 23 |
| Octal | 102 | 57 | 206 | 63 | 101 | 0 | 57 | 375 | 60 | 43 |
| Binary | 1000010 | 101111 | 10000110 | 110011 | 1000001 | 0 | 101111 | 11111101 | 110000 | 100011 |
Color Harmonies of #422F86
Complementary color
Monochromatic Colors of #422F86
Black with #422F86
Text Example
Text Example
White with #422F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F86; }
p { color: rgb(66,47,134); }
H1.HeaderClassName
{
color: #422F86;
}
.AnyTagClassName
{
color: #422F86;
}
</style>
background-color css
<style>
a { background-color: #422F86; }
a { background-color: rgb(66,47,134); }
div.DivClassName
{
background-color: #422F86;
}
.BgClassName
{
background-color: #422F86;
}
</style>
border-color css
<style>
span { border-color: #422F86; }
span { border-color: rgb(66,47,134); }
td.TdClassName
{
border-color: #422F86;
}
.TagClassName
{
border-color: #422F86;
}
</style>