Shades of Dark Slate Blue #423C89
Tints of Dark Slate Blue #423C89
RGB
CMYK
RGB Variations
Color information
#423C89 (or 0x423C89) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 89. RGB value is (66,60,137). Sum of RGB (Red+Green+Blue) = 66+60+137=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #423C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C89 is #BDC376. Grayscale: #464646. Windows color (decimal): -12436343 or 8993858. OLE color: 8993858.
HSL color Cylindrical-coordinate representation of color #423C89: hue angle of 244.68º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423C89 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 60 | 137 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.46 |
| HSL | 244.68º | 0.39% | 0.39% | - |
| HSV(B) | 244.68º | 0.56% | 0.54% | - |
| XYZ | 8.38 | 6.2 | 24.42 | - |
| YUV | 70.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 137 | 0.52 | 0.56 | 0 | 0.46 | 244.68 | 0.39 | 0.39 |
| Hex | 42 | 3C | 89 | 34 | 38 | 0 | 2E | F5 | 27 | 27 |
| Octal | 102 | 74 | 211 | 64 | 70 | 0 | 56 | 365 | 47 | 47 |
| Binary | 1000010 | 111100 | 10001001 | 110100 | 111000 | 0 | 101110 | 11110101 | 100111 | 100111 |
Color Harmonies of #423C89
Complementary color
Monochromatic Colors of #423C89
Black with #423C89
Text Example
Text Example
White with #423C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C89; }
p { color: rgb(66,60,137); }
H1.HeaderClassName
{
color: #423C89;
}
.AnyTagClassName
{
color: #423C89;
}
</style>
background-color css
<style>
a { background-color: #423C89; }
a { background-color: rgb(66,60,137); }
div.DivClassName
{
background-color: #423C89;
}
.BgClassName
{
background-color: #423C89;
}
</style>
border-color css
<style>
span { border-color: #423C89; }
span { border-color: rgb(66,60,137); }
td.TdClassName
{
border-color: #423C89;
}
.TagClassName
{
border-color: #423C89;
}
</style>