Shades of Dark Slate Blue #423D89
Tints of Dark Slate Blue #423D89
RGB
CMYK
RGB Variations
Color information
#423D89 (or 0x423D89) is known color: Dark Slate Blue. HEX triplet: 42, 3D and 89. RGB value is (66,61,137). Sum of RGB (Red+Green+Blue) = 66+61+137=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #423D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D89 is #BDC276. Grayscale: #464646. Windows color (decimal): -12436087 or 8994114. OLE color: 8994114.
HSL color Cylindrical-coordinate representation of color #423D89: hue angle of 243.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423D89 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 61 | 137 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.46 |
| HSL | 243.95º | 0.38% | 0.39% | - |
| HSV(B) | 243.95º | 0.55% | 0.54% | - |
| XYZ | 8.43 | 6.3 | 24.44 | - |
| YUV | 71.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 137 | 0.52 | 0.55 | 0 | 0.46 | 243.95 | 0.38 | 0.39 |
| Hex | 42 | 3D | 89 | 34 | 37 | 0 | 2E | F4 | 26 | 27 |
| Octal | 102 | 75 | 211 | 64 | 67 | 0 | 56 | 364 | 46 | 47 |
| Binary | 1000010 | 111101 | 10001001 | 110100 | 110111 | 0 | 101110 | 11110100 | 100110 | 100111 |
Color Harmonies of #423D89
Complementary color
Monochromatic Colors of #423D89
Black with #423D89
Text Example
Text Example
White with #423D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D89; }
p { color: rgb(66,61,137); }
H1.HeaderClassName
{
color: #423D89;
}
.AnyTagClassName
{
color: #423D89;
}
</style>
background-color css
<style>
a { background-color: #423D89; }
a { background-color: rgb(66,61,137); }
div.DivClassName
{
background-color: #423D89;
}
.BgClassName
{
background-color: #423D89;
}
</style>
border-color css
<style>
span { border-color: #423D89; }
span { border-color: rgb(66,61,137); }
td.TdClassName
{
border-color: #423D89;
}
.TagClassName
{
border-color: #423D89;
}
</style>