Shades of Dark Slate Blue #423889
Tints of Dark Slate Blue #423889
RGB
CMYK
RGB Variations
Color information
#423889 (or 0x423889) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 89. RGB value is (66,56,137). Sum of RGB (Red+Green+Blue) = 66+56+137=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #423889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423889 is #BDC776. Grayscale: #434343. Windows color (decimal): -12437367 or 8992834. OLE color: 8992834.
HSL color Cylindrical-coordinate representation of color #423889: hue angle of 247.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423889 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 56 | 137 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.46 |
| HSL | 247.41º | 0.42% | 0.38% | - |
| HSV(B) | 247.41º | 0.59% | 0.54% | - |
| XYZ | 8.18 | 5.79 | 24.35 | - |
| YUV | 68.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 137 | 0.52 | 0.59 | 0 | 0.46 | 247.41 | 0.42 | 0.38 |
| Hex | 42 | 38 | 89 | 34 | 3B | 0 | 2E | F7 | 2A | 26 |
| Octal | 102 | 70 | 211 | 64 | 73 | 0 | 56 | 367 | 52 | 46 |
| Binary | 1000010 | 111000 | 10001001 | 110100 | 111011 | 0 | 101110 | 11110111 | 101010 | 100110 |
Color Harmonies of #423889
Complementary color
Monochromatic Colors of #423889
Black with #423889
Text Example
Text Example
White with #423889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423889; }
p { color: rgb(66,56,137); }
H1.HeaderClassName
{
color: #423889;
}
.AnyTagClassName
{
color: #423889;
}
</style>
background-color css
<style>
a { background-color: #423889; }
a { background-color: rgb(66,56,137); }
div.DivClassName
{
background-color: #423889;
}
.BgClassName
{
background-color: #423889;
}
</style>
border-color css
<style>
span { border-color: #423889; }
span { border-color: rgb(66,56,137); }
td.TdClassName
{
border-color: #423889;
}
.TagClassName
{
border-color: #423889;
}
</style>