Shades of Dark Slate Blue #423487
Tints of Dark Slate Blue #423487
RGB
CMYK
RGB Variations
Color information
#423487 (or 0x423487) is known color: Dark Slate Blue. HEX triplet: 42, 34 and 87. RGB value is (66,52,135). Sum of RGB (Red+Green+Blue) = 66+52+135=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #423487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423487 is #BDCB78. Grayscale: #414141. Windows color (decimal): -12438393 or 8860738. OLE color: 8860738.
HSL color Cylindrical-coordinate representation of color #423487: hue angle of 250.12º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423487 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 52 | 135 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.47 |
| HSL | 250.12º | 0.44% | 0.37% | - |
| HSV(B) | 250.12º | 0.61% | 0.53% | - |
| XYZ | 7.85 | 5.36 | 23.54 | - |
| YUV | 65.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 135 | 0.51 | 0.61 | 0 | 0.47 | 250.12 | 0.44 | 0.37 |
| Hex | 42 | 34 | 87 | 33 | 3D | 0 | 2F | FA | 2C | 25 |
| Octal | 102 | 64 | 207 | 63 | 75 | 0 | 57 | 372 | 54 | 45 |
| Binary | 1000010 | 110100 | 10000111 | 110011 | 111101 | 0 | 101111 | 11111010 | 101100 | 100101 |
Color Harmonies of #423487
Complementary color
Monochromatic Colors of #423487
Black with #423487
Text Example
Text Example
White with #423487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423487; }
p { color: rgb(66,52,135); }
H1.HeaderClassName
{
color: #423487;
}
.AnyTagClassName
{
color: #423487;
}
</style>
background-color css
<style>
a { background-color: #423487; }
a { background-color: rgb(66,52,135); }
div.DivClassName
{
background-color: #423487;
}
.BgClassName
{
background-color: #423487;
}
</style>
border-color css
<style>
span { border-color: #423487; }
span { border-color: rgb(66,52,135); }
td.TdClassName
{
border-color: #423487;
}
.TagClassName
{
border-color: #423487;
}
</style>