Shades of Dark Slate Blue #423C93
Tints of Dark Slate Blue #423C93
RGB
CMYK
RGB Variations
Color information
#423C93 (or 0x423C93) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 93. RGB value is (66,60,147). Sum of RGB (Red+Green+Blue) = 66+60+147=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #423C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C93 is #BDC36C. Grayscale: #474747. Windows color (decimal): -12436333 or 9649218. OLE color: 9649218.
HSL color Cylindrical-coordinate representation of color #423C93: hue angle of 244.14º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423C93 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 60 | 147 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.42 |
| HSL | 244.14º | 0.42% | 0.41% | - |
| HSV(B) | 244.14º | 0.59% | 0.58% | - |
| XYZ | 9.13 | 6.5 | 28.38 | - |
| YUV | 71.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 147 | 0.55 | 0.59 | 0 | 0.42 | 244.14 | 0.42 | 0.41 |
| Hex | 42 | 3C | 93 | 37 | 3B | 0 | 2A | F4 | 2A | 29 |
| Octal | 102 | 74 | 223 | 67 | 73 | 0 | 52 | 364 | 52 | 51 |
| Binary | 1000010 | 111100 | 10010011 | 110111 | 111011 | 0 | 101010 | 11110100 | 101010 | 101001 |
Color Harmonies of #423C93
Complementary color
Monochromatic Colors of #423C93
Black with #423C93
Text Example
Text Example
White with #423C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C93; }
p { color: rgb(66,60,147); }
H1.HeaderClassName
{
color: #423C93;
}
.AnyTagClassName
{
color: #423C93;
}
</style>
background-color css
<style>
a { background-color: #423C93; }
a { background-color: rgb(66,60,147); }
div.DivClassName
{
background-color: #423C93;
}
.BgClassName
{
background-color: #423C93;
}
</style>
border-color css
<style>
span { border-color: #423C93; }
span { border-color: rgb(66,60,147); }
td.TdClassName
{
border-color: #423C93;
}
.TagClassName
{
border-color: #423C93;
}
</style>