Shades of Dark Slate Blue #423B85
Tints of Dark Slate Blue #423B85
RGB
CMYK
RGB Variations
Color information
#423B85 (or 0x423B85) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 85. RGB value is (66,59,133). Sum of RGB (Red+Green+Blue) = 66+59+133=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #423B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B85 is #BDC47A. Grayscale: #454545. Windows color (decimal): -12436603 or 8731458. OLE color: 8731458.
HSL color Cylindrical-coordinate representation of color #423B85: hue angle of 245.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423B85 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 59 | 133 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.48 |
| HSL | 245.68º | 0.39% | 0.38% | - |
| HSV(B) | 245.68º | 0.56% | 0.52% | - |
| XYZ | 8.04 | 5.98 | 22.92 | - |
| YUV | 69.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 133 | 0.50 | 0.56 | 0 | 0.48 | 245.68 | 0.39 | 0.38 |
| Hex | 42 | 3B | 85 | 32 | 38 | 0 | 30 | F6 | 27 | 26 |
| Octal | 102 | 73 | 205 | 62 | 70 | 0 | 60 | 366 | 47 | 46 |
| Binary | 1000010 | 111011 | 10000101 | 110010 | 111000 | 0 | 110000 | 11110110 | 100111 | 100110 |
Color Harmonies of #423B85
Complementary color
Monochromatic Colors of #423B85
Black with #423B85
Text Example
Text Example
White with #423B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B85; }
p { color: rgb(66,59,133); }
H1.HeaderClassName
{
color: #423B85;
}
.AnyTagClassName
{
color: #423B85;
}
</style>
background-color css
<style>
a { background-color: #423B85; }
a { background-color: rgb(66,59,133); }
div.DivClassName
{
background-color: #423B85;
}
.BgClassName
{
background-color: #423B85;
}
</style>
border-color css
<style>
span { border-color: #423B85; }
span { border-color: rgb(66,59,133); }
td.TdClassName
{
border-color: #423B85;
}
.TagClassName
{
border-color: #423B85;
}
</style>