Shades of Dark Slate Blue #423786
Tints of Dark Slate Blue #423786
RGB
CMYK
RGB Variations
Color information
#423786 (or 0x423786) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 86. RGB value is (66,55,134). Sum of RGB (Red+Green+Blue) = 66+55+134=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #423786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423786 is #BDC879. Grayscale: #424242. Windows color (decimal): -12437626 or 8795970. OLE color: 8795970.
HSL color Cylindrical-coordinate representation of color #423786: hue angle of 248.35º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423786 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 55 | 134 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.47 |
| HSL | 248.35º | 0.42% | 0.37% | - |
| HSV(B) | 248.35º | 0.59% | 0.53% | - |
| XYZ | 7.92 | 5.61 | 23.22 | - |
| YUV | 67.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 134 | 0.51 | 0.59 | 0 | 0.47 | 248.35 | 0.42 | 0.37 |
| Hex | 42 | 37 | 86 | 33 | 3B | 0 | 2F | F8 | 2A | 25 |
| Octal | 102 | 67 | 206 | 63 | 73 | 0 | 57 | 370 | 52 | 45 |
| Binary | 1000010 | 110111 | 10000110 | 110011 | 111011 | 0 | 101111 | 11111000 | 101010 | 100101 |
Color Harmonies of #423786
Complementary color
Monochromatic Colors of #423786
Black with #423786
Text Example
Text Example
White with #423786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423786; }
p { color: rgb(66,55,134); }
H1.HeaderClassName
{
color: #423786;
}
.AnyTagClassName
{
color: #423786;
}
</style>
background-color css
<style>
a { background-color: #423786; }
a { background-color: rgb(66,55,134); }
div.DivClassName
{
background-color: #423786;
}
.BgClassName
{
background-color: #423786;
}
</style>
border-color css
<style>
span { border-color: #423786; }
span { border-color: rgb(66,55,134); }
td.TdClassName
{
border-color: #423786;
}
.TagClassName
{
border-color: #423786;
}
</style>