Shades of Dark Slate Blue #423685
Tints of Dark Slate Blue #423685
RGB
CMYK
RGB Variations
Color information
#423685 (or 0x423685) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 85. RGB value is (66,54,133). Sum of RGB (Red+Green+Blue) = 66+54+133=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #423685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423685 is #BDC97A. Grayscale: #424242. Windows color (decimal): -12437883 or 8730178. OLE color: 8730178.
HSL color Cylindrical-coordinate representation of color #423685: hue angle of 249.11º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423685 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 54 | 133 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.48 |
| HSL | 249.11º | 0.42% | 0.37% | - |
| HSV(B) | 249.11º | 0.59% | 0.52% | - |
| XYZ | 7.8 | 5.49 | 22.84 | - |
| YUV | 66.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 133 | 0.50 | 0.59 | 0 | 0.48 | 249.11 | 0.42 | 0.37 |
| Hex | 42 | 36 | 85 | 32 | 3B | 0 | 30 | F9 | 2A | 25 |
| Octal | 102 | 66 | 205 | 62 | 73 | 0 | 60 | 371 | 52 | 45 |
| Binary | 1000010 | 110110 | 10000101 | 110010 | 111011 | 0 | 110000 | 11111001 | 101010 | 100101 |
Color Harmonies of #423685
Complementary color
Monochromatic Colors of #423685
Black with #423685
Text Example
Text Example
White with #423685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423685; }
p { color: rgb(66,54,133); }
H1.HeaderClassName
{
color: #423685;
}
.AnyTagClassName
{
color: #423685;
}
</style>
background-color css
<style>
a { background-color: #423685; }
a { background-color: rgb(66,54,133); }
div.DivClassName
{
background-color: #423685;
}
.BgClassName
{
background-color: #423685;
}
</style>
border-color css
<style>
span { border-color: #423685; }
span { border-color: rgb(66,54,133); }
td.TdClassName
{
border-color: #423685;
}
.TagClassName
{
border-color: #423685;
}
</style>