Shades of Dark Slate Blue #423C85
Tints of Dark Slate Blue #423C85
RGB
CMYK
RGB Variations
Color information
#423C85 (or 0x423C85) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 85. RGB value is (66,60,133). Sum of RGB (Red+Green+Blue) = 66+60+133=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #423C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C85 is #BDC37A. Grayscale: #454545. Windows color (decimal): -12436347 or 8731714. OLE color: 8731714.
HSL color Cylindrical-coordinate representation of color #423C85: hue angle of 244.93º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423C85 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 60 | 133 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.48 |
| HSL | 244.93º | 0.38% | 0.38% | - |
| HSV(B) | 244.93º | 0.55% | 0.52% | - |
| XYZ | 8.1 | 6.08 | 22.94 | - |
| YUV | 70.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 133 | 0.50 | 0.55 | 0 | 0.48 | 244.93 | 0.38 | 0.38 |
| Hex | 42 | 3C | 85 | 32 | 37 | 0 | 30 | F5 | 26 | 26 |
| Octal | 102 | 74 | 205 | 62 | 67 | 0 | 60 | 365 | 46 | 46 |
| Binary | 1000010 | 111100 | 10000101 | 110010 | 110111 | 0 | 110000 | 11110101 | 100110 | 100110 |
Color Harmonies of #423C85
Complementary color
Monochromatic Colors of #423C85
Black with #423C85
Text Example
Text Example
White with #423C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C85; }
p { color: rgb(66,60,133); }
H1.HeaderClassName
{
color: #423C85;
}
.AnyTagClassName
{
color: #423C85;
}
</style>
background-color css
<style>
a { background-color: #423C85; }
a { background-color: rgb(66,60,133); }
div.DivClassName
{
background-color: #423C85;
}
.BgClassName
{
background-color: #423C85;
}
</style>
border-color css
<style>
span { border-color: #423C85; }
span { border-color: rgb(66,60,133); }
td.TdClassName
{
border-color: #423C85;
}
.TagClassName
{
border-color: #423C85;
}
</style>