Shades of Dark Slate Blue #423985
Tints of Dark Slate Blue #423985
RGB
CMYK
RGB Variations
Color information
#423985 (or 0x423985) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 85. RGB value is (66,57,133). Sum of RGB (Red+Green+Blue) = 66+57+133=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #423985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423985 is #BDC67A. Grayscale: #444444. Windows color (decimal): -12437115 or 8730946. OLE color: 8730946.
HSL color Cylindrical-coordinate representation of color #423985: hue angle of 247.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423985 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 57 | 133 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.48 |
| HSL | 247.11º | 0.4% | 0.37% | - |
| HSV(B) | 247.11º | 0.57% | 0.52% | - |
| XYZ | 7.94 | 5.78 | 22.89 | - |
| YUV | 68.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 133 | 0.50 | 0.57 | 0 | 0.48 | 247.11 | 0.4 | 0.37 |
| Hex | 42 | 39 | 85 | 32 | 39 | 0 | 30 | F7 | 28 | 25 |
| Octal | 102 | 71 | 205 | 62 | 71 | 0 | 60 | 367 | 50 | 45 |
| Binary | 1000010 | 111001 | 10000101 | 110010 | 111001 | 0 | 110000 | 11110111 | 101000 | 100101 |
Color Harmonies of #423985
Complementary color
Monochromatic Colors of #423985
Black with #423985
Text Example
Text Example
White with #423985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423985; }
p { color: rgb(66,57,133); }
H1.HeaderClassName
{
color: #423985;
}
.AnyTagClassName
{
color: #423985;
}
</style>
background-color css
<style>
a { background-color: #423985; }
a { background-color: rgb(66,57,133); }
div.DivClassName
{
background-color: #423985;
}
.BgClassName
{
background-color: #423985;
}
</style>
border-color css
<style>
span { border-color: #423985; }
span { border-color: rgb(66,57,133); }
td.TdClassName
{
border-color: #423985;
}
.TagClassName
{
border-color: #423985;
}
</style>