Shades of Dark Slate Blue #423993
Tints of Dark Slate Blue #423993
RGB
CMYK
RGB Variations
Color information
#423993 (or 0x423993) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 93. RGB value is (66,57,147). Sum of RGB (Red+Green+Blue) = 66+57+147=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #423993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423993 is #BDC66C. Grayscale: #454545. Windows color (decimal): -12437101 or 9648450. OLE color: 9648450.
HSL color Cylindrical-coordinate representation of color #423993: hue angle of 246º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423993 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 57 | 147 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.42 |
| HSL | 246º | 0.44% | 0.4% | - |
| HSV(B) | 246º | 0.61% | 0.58% | - |
| XYZ | 8.98 | 6.19 | 28.33 | - |
| YUV | 69.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 147 | 0.55 | 0.61 | 0 | 0.42 | 246 | 0.44 | 0.4 |
| Hex | 42 | 39 | 93 | 37 | 3D | 0 | 2A | F6 | 2C | 28 |
| Octal | 102 | 71 | 223 | 67 | 75 | 0 | 52 | 366 | 54 | 50 |
| Binary | 1000010 | 111001 | 10010011 | 110111 | 111101 | 0 | 101010 | 11110110 | 101100 | 101000 |
Color Harmonies of #423993
Complementary color
Monochromatic Colors of #423993
Black with #423993
Text Example
Text Example
White with #423993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423993; }
p { color: rgb(66,57,147); }
H1.HeaderClassName
{
color: #423993;
}
.AnyTagClassName
{
color: #423993;
}
</style>
background-color css
<style>
a { background-color: #423993; }
a { background-color: rgb(66,57,147); }
div.DivClassName
{
background-color: #423993;
}
.BgClassName
{
background-color: #423993;
}
</style>
border-color css
<style>
span { border-color: #423993; }
span { border-color: rgb(66,57,147); }
td.TdClassName
{
border-color: #423993;
}
.TagClassName
{
border-color: #423993;
}
</style>