Shades of Dark Slate Blue #423888
Tints of Dark Slate Blue #423888
RGB
CMYK
RGB Variations
Color information
#423888 (or 0x423888) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 88. RGB value is (66,56,136). Sum of RGB (Red+Green+Blue) = 66+56+136=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #423888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423888 is #BDC777. Grayscale: #434343. Windows color (decimal): -12437368 or 8927298. OLE color: 8927298.
HSL color Cylindrical-coordinate representation of color #423888: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423888 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 56 | 136 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.47 |
| HSL | 247.5º | 0.42% | 0.38% | - |
| HSV(B) | 247.5º | 0.59% | 0.53% | - |
| XYZ | 8.1 | 5.76 | 23.98 | - |
| YUV | 68.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 136 | 0.51 | 0.59 | 0 | 0.47 | 247.5 | 0.42 | 0.38 |
| Hex | 42 | 38 | 88 | 33 | 3B | 0 | 2F | F8 | 2A | 26 |
| Octal | 102 | 70 | 210 | 63 | 73 | 0 | 57 | 370 | 52 | 46 |
| Binary | 1000010 | 111000 | 10001000 | 110011 | 111011 | 0 | 101111 | 11111000 | 101010 | 100110 |
Color Harmonies of #423888
Complementary color
Monochromatic Colors of #423888
Black with #423888
Text Example
Text Example
White with #423888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423888; }
p { color: rgb(66,56,136); }
H1.HeaderClassName
{
color: #423888;
}
.AnyTagClassName
{
color: #423888;
}
</style>
background-color css
<style>
a { background-color: #423888; }
a { background-color: rgb(66,56,136); }
div.DivClassName
{
background-color: #423888;
}
.BgClassName
{
background-color: #423888;
}
</style>
border-color css
<style>
span { border-color: #423888; }
span { border-color: rgb(66,56,136); }
td.TdClassName
{
border-color: #423888;
}
.TagClassName
{
border-color: #423888;
}
</style>