Shades of Dark Slate Blue #403586
Tints of Dark Slate Blue #403586
RGB
CMYK
RGB Variations
Color information
#403586 (or 0x403586) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 86. RGB value is (64,53,134). Sum of RGB (Red+Green+Blue) = 64+53+134=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #403586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403586 is #BFCA79. Grayscale: #414141. Windows color (decimal): -12569210 or 8795456. OLE color: 8795456.
HSL color Cylindrical-coordinate representation of color #403586: hue angle of 248.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403586 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 53 | 134 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.47 |
| HSL | 248.15º | 0.43% | 0.37% | - |
| HSV(B) | 248.15º | 0.6% | 0.53% | - |
| XYZ | 7.69 | 5.36 | 23.18 | - |
| YUV | 65.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 134 | 0.52 | 0.60 | 0 | 0.47 | 248.15 | 0.43 | 0.37 |
| Hex | 40 | 35 | 86 | 34 | 3C | 0 | 2F | F8 | 2B | 25 |
| Octal | 100 | 65 | 206 | 64 | 74 | 0 | 57 | 370 | 53 | 45 |
| Binary | 1000000 | 110101 | 10000110 | 110100 | 111100 | 0 | 101111 | 11111000 | 101011 | 100101 |
Color Harmonies of #403586
Complementary color
Monochromatic Colors of #403586
Black with #403586
Text Example
Text Example
White with #403586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403586; }
p { color: rgb(64,53,134); }
H1.HeaderClassName
{
color: #403586;
}
.AnyTagClassName
{
color: #403586;
}
</style>
background-color css
<style>
a { background-color: #403586; }
a { background-color: rgb(64,53,134); }
div.DivClassName
{
background-color: #403586;
}
.BgClassName
{
background-color: #403586;
}
</style>
border-color css
<style>
span { border-color: #403586; }
span { border-color: rgb(64,53,134); }
td.TdClassName
{
border-color: #403586;
}
.TagClassName
{
border-color: #403586;
}
</style>