Shades of Dark Slate Blue #423989
Tints of Dark Slate Blue #423989
RGB
CMYK
RGB Variations
Color information
#423989 (or 0x423989) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 89. RGB value is (66,57,137). Sum of RGB (Red+Green+Blue) = 66+57+137=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #423989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423989 is #BDC676. Grayscale: #444444. Windows color (decimal): -12437111 or 8993090. OLE color: 8993090.
HSL color Cylindrical-coordinate representation of color #423989: hue angle of 246.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423989 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 57 | 137 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.46 |
| HSL | 246.75º | 0.41% | 0.38% | - |
| HSV(B) | 246.75º | 0.58% | 0.54% | - |
| XYZ | 8.23 | 5.89 | 24.37 | - |
| YUV | 68.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 137 | 0.52 | 0.58 | 0 | 0.46 | 246.75 | 0.41 | 0.38 |
| Hex | 42 | 39 | 89 | 34 | 3A | 0 | 2E | F7 | 29 | 26 |
| Octal | 102 | 71 | 211 | 64 | 72 | 0 | 56 | 367 | 51 | 46 |
| Binary | 1000010 | 111001 | 10001001 | 110100 | 111010 | 0 | 101110 | 11110111 | 101001 | 100110 |
Color Harmonies of #423989
Complementary color
Monochromatic Colors of #423989
Black with #423989
Text Example
Text Example
White with #423989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423989; }
p { color: rgb(66,57,137); }
H1.HeaderClassName
{
color: #423989;
}
.AnyTagClassName
{
color: #423989;
}
</style>
background-color css
<style>
a { background-color: #423989; }
a { background-color: rgb(66,57,137); }
div.DivClassName
{
background-color: #423989;
}
.BgClassName
{
background-color: #423989;
}
</style>
border-color css
<style>
span { border-color: #423989; }
span { border-color: rgb(66,57,137); }
td.TdClassName
{
border-color: #423989;
}
.TagClassName
{
border-color: #423989;
}
</style>