Shades of Dark Slate Blue #423B88
Tints of Dark Slate Blue #423B88
RGB
CMYK
RGB Variations
Color information
#423B88 (or 0x423B88) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 88. RGB value is (66,59,136). Sum of RGB (Red+Green+Blue) = 66+59+136=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #423B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B88 is #BDC477. Grayscale: #454545. Windows color (decimal): -12436600 or 8928066. OLE color: 8928066.
HSL color Cylindrical-coordinate representation of color #423B88: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423B88 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 59 | 136 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.47 |
| HSL | 245.45º | 0.39% | 0.38% | - |
| HSV(B) | 245.45º | 0.57% | 0.53% | - |
| XYZ | 8.25 | 6.06 | 24.03 | - |
| YUV | 69.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 136 | 0.51 | 0.57 | 0 | 0.47 | 245.45 | 0.39 | 0.38 |
| Hex | 42 | 3B | 88 | 33 | 39 | 0 | 2F | F5 | 27 | 26 |
| Octal | 102 | 73 | 210 | 63 | 71 | 0 | 57 | 365 | 47 | 46 |
| Binary | 1000010 | 111011 | 10001000 | 110011 | 111001 | 0 | 101111 | 11110101 | 100111 | 100110 |
Color Harmonies of #423B88
Complementary color
Monochromatic Colors of #423B88
Black with #423B88
Text Example
Text Example
White with #423B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B88; }
p { color: rgb(66,59,136); }
H1.HeaderClassName
{
color: #423B88;
}
.AnyTagClassName
{
color: #423B88;
}
</style>
background-color css
<style>
a { background-color: #423B88; }
a { background-color: rgb(66,59,136); }
div.DivClassName
{
background-color: #423B88;
}
.BgClassName
{
background-color: #423B88;
}
</style>
border-color css
<style>
span { border-color: #423B88; }
span { border-color: rgb(66,59,136); }
td.TdClassName
{
border-color: #423B88;
}
.TagClassName
{
border-color: #423B88;
}
</style>