Shades of Dark Slate Blue #423C9A
Tints of Dark Slate Blue #423C9A
RGB
CMYK
RGB Variations
Color information
#423C9A (or 0x423C9A) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 9A. RGB value is (66,60,154). Sum of RGB (Red+Green+Blue) = 66+60+154=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #423C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C9A is #BDC365. Grayscale: #484848. Windows color (decimal): -12436326 or 10107970. OLE color: 10107970.
HSL color Cylindrical-coordinate representation of color #423C9A: hue angle of 243.83º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423C9A is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 60 | 154 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.40 |
| HSL | 243.83º | 0.44% | 0.42% | - |
| HSV(B) | 243.83º | 0.61% | 0.6% | - |
| XYZ | 9.7 | 6.72 | 31.36 | - |
| YUV | 72.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 154 | 0.57 | 0.61 | 0 | 0.40 | 243.83 | 0.44 | 0.42 |
| Hex | 42 | 3C | 9A | 39 | 3D | 0 | 28 | F4 | 2C | 2A |
| Octal | 102 | 74 | 232 | 71 | 75 | 0 | 50 | 364 | 54 | 52 |
| Binary | 1000010 | 111100 | 10011010 | 111001 | 111101 | 0 | 101000 | 11110100 | 101100 | 101010 |
Color Harmonies of #423C9A
Complementary color
Monochromatic Colors of #423C9A
Black with #423C9A
Text Example
Text Example
White with #423C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C9A; }
p { color: rgb(66,60,154); }
H1.HeaderClassName
{
color: #423C9A;
}
.AnyTagClassName
{
color: #423C9A;
}
</style>
background-color css
<style>
a { background-color: #423C9A; }
a { background-color: rgb(66,60,154); }
div.DivClassName
{
background-color: #423C9A;
}
.BgClassName
{
background-color: #423C9A;
}
</style>
border-color css
<style>
span { border-color: #423C9A; }
span { border-color: rgb(66,60,154); }
td.TdClassName
{
border-color: #423C9A;
}
.TagClassName
{
border-color: #423C9A;
}
</style>