Shades of Dark Slate Blue #423B84
Tints of Dark Slate Blue #423B84
RGB
CMYK
RGB Variations
Color information
#423B84 (or 0x423B84) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 84. RGB value is (66,59,132). Sum of RGB (Red+Green+Blue) = 66+59+132=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #423B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B84 is #BDC47B. Grayscale: #454545. Windows color (decimal): -12436604 or 8665922. OLE color: 8665922.
HSL color Cylindrical-coordinate representation of color #423B84: hue angle of 245.75º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423B84 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 59 | 132 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.48 |
| HSL | 245.75º | 0.38% | 0.37% | - |
| HSV(B) | 245.75º | 0.55% | 0.52% | - |
| XYZ | 7.98 | 5.95 | 22.56 | - |
| YUV | 69.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 132 | 0.5 | 0.55 | 0 | 0.48 | 245.75 | 0.38 | 0.37 |
| Hex | 42 | 3B | 84 | 32 | 37 | 0 | 30 | F6 | 26 | 25 |
| Octal | 102 | 73 | 204 | 62 | 67 | 0 | 60 | 366 | 46 | 45 |
| Binary | 1000010 | 111011 | 10000100 | 110010 | 110111 | 0 | 110000 | 11110110 | 100110 | 100101 |
Color Harmonies of #423B84
Complementary color
Monochromatic Colors of #423B84
Black with #423B84
Text Example
Text Example
White with #423B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B84; }
p { color: rgb(66,59,132); }
H1.HeaderClassName
{
color: #423B84;
}
.AnyTagClassName
{
color: #423B84;
}
</style>
background-color css
<style>
a { background-color: #423B84; }
a { background-color: rgb(66,59,132); }
div.DivClassName
{
background-color: #423B84;
}
.BgClassName
{
background-color: #423B84;
}
</style>
border-color css
<style>
span { border-color: #423B84; }
span { border-color: rgb(66,59,132); }
td.TdClassName
{
border-color: #423B84;
}
.TagClassName
{
border-color: #423B84;
}
</style>