Shades of Dark Slate Blue #423389
Tints of Dark Slate Blue #423389
RGB
CMYK
RGB Variations
Color information
#423389 (or 0x423389) is known color: Dark Slate Blue. HEX triplet: 42, 33 and 89. RGB value is (66,51,137). Sum of RGB (Red+Green+Blue) = 66+51+137=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #423389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423389 is #BDCC76. Grayscale: #404040. Windows color (decimal): -12438647 or 8991554. OLE color: 8991554.
HSL color Cylindrical-coordinate representation of color #423389: hue angle of 250.47º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423389 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 51 | 137 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.46 |
| HSL | 250.47º | 0.46% | 0.37% | - |
| HSV(B) | 250.47º | 0.63% | 0.54% | - |
| XYZ | 7.95 | 5.33 | 24.28 | - |
| YUV | 65.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 137 | 0.52 | 0.63 | 0 | 0.46 | 250.47 | 0.46 | 0.37 |
| Hex | 42 | 33 | 89 | 34 | 3F | 0 | 2E | FA | 2E | 25 |
| Octal | 102 | 63 | 211 | 64 | 77 | 0 | 56 | 372 | 56 | 45 |
| Binary | 1000010 | 110011 | 10001001 | 110100 | 111111 | 0 | 101110 | 11111010 | 101110 | 100101 |
Color Harmonies of #423389
Complementary color
Monochromatic Colors of #423389
Black with #423389
Text Example
Text Example
White with #423389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423389; }
p { color: rgb(66,51,137); }
H1.HeaderClassName
{
color: #423389;
}
.AnyTagClassName
{
color: #423389;
}
</style>
background-color css
<style>
a { background-color: #423389; }
a { background-color: rgb(66,51,137); }
div.DivClassName
{
background-color: #423389;
}
.BgClassName
{
background-color: #423389;
}
</style>
border-color css
<style>
span { border-color: #423389; }
span { border-color: rgb(66,51,137); }
td.TdClassName
{
border-color: #423389;
}
.TagClassName
{
border-color: #423389;
}
</style>