Shades of Dark Slate Blue #423E88
Tints of Dark Slate Blue #423E88
RGB
CMYK
RGB Variations
Color information
#423E88 (or 0x423E88) is known color: Dark Slate Blue. HEX triplet: 42, 3E and 88. RGB value is (66,62,136). Sum of RGB (Red+Green+Blue) = 66+62+136=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #423E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E88 is #BDC177. Grayscale: #474747. Windows color (decimal): -12435832 or 8928834. OLE color: 8928834.
HSL color Cylindrical-coordinate representation of color #423E88: hue angle of 243.24º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #423E88 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 62 | 136 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.47 |
| HSL | 243.24º | 0.37% | 0.39% | - |
| HSV(B) | 243.24º | 0.54% | 0.53% | - |
| XYZ | 8.41 | 6.38 | 24.08 | - |
| YUV | 71.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 136 | 0.51 | 0.54 | 0 | 0.47 | 243.24 | 0.37 | 0.39 |
| Hex | 42 | 3E | 88 | 33 | 36 | 0 | 2F | F3 | 25 | 27 |
| Octal | 102 | 76 | 210 | 63 | 66 | 0 | 57 | 363 | 45 | 47 |
| Binary | 1000010 | 111110 | 10001000 | 110011 | 110110 | 0 | 101111 | 11110011 | 100101 | 100111 |
Color Harmonies of #423E88
Complementary color
Monochromatic Colors of #423E88
Black with #423E88
Text Example
Text Example
White with #423E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E88; }
p { color: rgb(66,62,136); }
H1.HeaderClassName
{
color: #423E88;
}
.AnyTagClassName
{
color: #423E88;
}
</style>
background-color css
<style>
a { background-color: #423E88; }
a { background-color: rgb(66,62,136); }
div.DivClassName
{
background-color: #423E88;
}
.BgClassName
{
background-color: #423E88;
}
</style>
border-color css
<style>
span { border-color: #423E88; }
span { border-color: rgb(66,62,136); }
td.TdClassName
{
border-color: #423E88;
}
.TagClassName
{
border-color: #423E88;
}
</style>