Shades of Dark Slate Blue #423D87
Tints of Dark Slate Blue #423D87
RGB
CMYK
RGB Variations
Color information
#423D87 (or 0x423D87) is known color: Dark Slate Blue. HEX triplet: 42, 3D and 87. RGB value is (66,61,135). Sum of RGB (Red+Green+Blue) = 66+61+135=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #423D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D87 is #BDC278. Grayscale: #464646. Windows color (decimal): -12436089 or 8863042. OLE color: 8863042.
HSL color Cylindrical-coordinate representation of color #423D87: hue angle of 244.05º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423D87 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 61 | 135 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.47 |
| HSL | 244.05º | 0.38% | 0.38% | - |
| HSV(B) | 244.05º | 0.55% | 0.53% | - |
| XYZ | 8.29 | 6.25 | 23.69 | - |
| YUV | 70.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 135 | 0.51 | 0.55 | 0 | 0.47 | 244.05 | 0.38 | 0.38 |
| Hex | 42 | 3D | 87 | 33 | 37 | 0 | 2F | F4 | 26 | 26 |
| Octal | 102 | 75 | 207 | 63 | 67 | 0 | 57 | 364 | 46 | 46 |
| Binary | 1000010 | 111101 | 10000111 | 110011 | 110111 | 0 | 101111 | 11110100 | 100110 | 100110 |
Color Harmonies of #423D87
Complementary color
Monochromatic Colors of #423D87
Black with #423D87
Text Example
Text Example
White with #423D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D87; }
p { color: rgb(66,61,135); }
H1.HeaderClassName
{
color: #423D87;
}
.AnyTagClassName
{
color: #423D87;
}
</style>
background-color css
<style>
a { background-color: #423D87; }
a { background-color: rgb(66,61,135); }
div.DivClassName
{
background-color: #423D87;
}
.BgClassName
{
background-color: #423D87;
}
</style>
border-color css
<style>
span { border-color: #423D87; }
span { border-color: rgb(66,61,135); }
td.TdClassName
{
border-color: #423D87;
}
.TagClassName
{
border-color: #423D87;
}
</style>