Shades of Dark Slate Blue #423F99
Tints of Dark Slate Blue #423F99
RGB
CMYK
RGB Variations
Color information
#423F99 (or 0x423F99) is known color: Dark Slate Blue. HEX triplet: 42, 3F and 99. RGB value is (66,63,153). Sum of RGB (Red+Green+Blue) = 66+63+153=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #423F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F99 is #BDC066. Grayscale: #494949. Windows color (decimal): -12435559 or 10043202. OLE color: 10043202.
HSL color Cylindrical-coordinate representation of color #423F99: hue angle of 242º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423F99 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 63 | 153 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.4 |
| HSL | 242º | 0.42% | 0.42% | - |
| HSV(B) | 242º | 0.59% | 0.6% | - |
| XYZ | 9.77 | 7.01 | 30.98 | - |
| YUV | 74.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 153 | 0.57 | 0.59 | 0 | 0.4 | 242 | 0.42 | 0.42 |
| Hex | 42 | 3F | 99 | 39 | 3B | 0 | 28 | F2 | 2A | 2A |
| Octal | 102 | 77 | 231 | 71 | 73 | 0 | 50 | 362 | 52 | 52 |
| Binary | 1000010 | 111111 | 10011001 | 111001 | 111011 | 0 | 101000 | 11110010 | 101010 | 101010 |
Color Harmonies of #423F99
Complementary color
Monochromatic Colors of #423F99
Black with #423F99
Text Example
Text Example
White with #423F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F99; }
p { color: rgb(66,63,153); }
H1.HeaderClassName
{
color: #423F99;
}
.AnyTagClassName
{
color: #423F99;
}
</style>
background-color css
<style>
a { background-color: #423F99; }
a { background-color: rgb(66,63,153); }
div.DivClassName
{
background-color: #423F99;
}
.BgClassName
{
background-color: #423F99;
}
</style>
border-color css
<style>
span { border-color: #423F99; }
span { border-color: rgb(66,63,153); }
td.TdClassName
{
border-color: #423F99;
}
.TagClassName
{
border-color: #423F99;
}
</style>