Shades of Dark Slate Blue #423C88
Tints of Dark Slate Blue #423C88
RGB
CMYK
RGB Variations
Color information
#423C88 (or 0x423C88) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 88. RGB value is (66,60,136). Sum of RGB (Red+Green+Blue) = 66+60+136=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #423C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C88 is #BDC377. Grayscale: #464646. Windows color (decimal): -12436344 or 8928322. OLE color: 8928322.
HSL color Cylindrical-coordinate representation of color #423C88: hue angle of 244.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423C88 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 60 | 136 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.47 |
| HSL | 244.74º | 0.39% | 0.38% | - |
| HSV(B) | 244.74º | 0.56% | 0.53% | - |
| XYZ | 8.31 | 6.17 | 24.05 | - |
| YUV | 70.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 136 | 0.51 | 0.56 | 0 | 0.47 | 244.74 | 0.39 | 0.38 |
| Hex | 42 | 3C | 88 | 33 | 38 | 0 | 2F | F5 | 27 | 26 |
| Octal | 102 | 74 | 210 | 63 | 70 | 0 | 57 | 365 | 47 | 46 |
| Binary | 1000010 | 111100 | 10001000 | 110011 | 111000 | 0 | 101111 | 11110101 | 100111 | 100110 |
Color Harmonies of #423C88
Complementary color
Monochromatic Colors of #423C88
Black with #423C88
Text Example
Text Example
White with #423C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C88; }
p { color: rgb(66,60,136); }
H1.HeaderClassName
{
color: #423C88;
}
.AnyTagClassName
{
color: #423C88;
}
</style>
background-color css
<style>
a { background-color: #423C88; }
a { background-color: rgb(66,60,136); }
div.DivClassName
{
background-color: #423C88;
}
.BgClassName
{
background-color: #423C88;
}
</style>
border-color css
<style>
span { border-color: #423C88; }
span { border-color: rgb(66,60,136); }
td.TdClassName
{
border-color: #423C88;
}
.TagClassName
{
border-color: #423C88;
}
</style>