Shades of Dark Slate Blue #423B93
Tints of Dark Slate Blue #423B93
RGB
CMYK
RGB Variations
Color information
#423B93 (or 0x423B93) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 93. RGB value is (66,59,147). Sum of RGB (Red+Green+Blue) = 66+59+147=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #423B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B93 is #BDC46C. Grayscale: #464646. Windows color (decimal): -12436589 or 9648962. OLE color: 9648962.
HSL color Cylindrical-coordinate representation of color #423B93: hue angle of 244.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423B93 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 59 | 147 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.42 |
| HSL | 244.77º | 0.43% | 0.4% | - |
| HSV(B) | 244.77º | 0.6% | 0.58% | - |
| XYZ | 9.08 | 6.39 | 28.36 | - |
| YUV | 71.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 147 | 0.55 | 0.60 | 0 | 0.42 | 244.77 | 0.43 | 0.4 |
| Hex | 42 | 3B | 93 | 37 | 3C | 0 | 2A | F5 | 2B | 28 |
| Octal | 102 | 73 | 223 | 67 | 74 | 0 | 52 | 365 | 53 | 50 |
| Binary | 1000010 | 111011 | 10010011 | 110111 | 111100 | 0 | 101010 | 11110101 | 101011 | 101000 |
Color Harmonies of #423B93
Complementary color
Monochromatic Colors of #423B93
Black with #423B93
Text Example
Text Example
White with #423B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B93; }
p { color: rgb(66,59,147); }
H1.HeaderClassName
{
color: #423B93;
}
.AnyTagClassName
{
color: #423B93;
}
</style>
background-color css
<style>
a { background-color: #423B93; }
a { background-color: rgb(66,59,147); }
div.DivClassName
{
background-color: #423B93;
}
.BgClassName
{
background-color: #423B93;
}
</style>
border-color css
<style>
span { border-color: #423B93; }
span { border-color: rgb(66,59,147); }
td.TdClassName
{
border-color: #423B93;
}
.TagClassName
{
border-color: #423B93;
}
</style>