Shades of Dark Slate Blue #403C86
Tints of Dark Slate Blue #403C86
RGB
CMYK
RGB Variations
Color information
#403C86 (or 0x403C86) is known color: Dark Slate Blue. HEX triplet: 40, 3C and 86. RGB value is (64,60,134). Sum of RGB (Red+Green+Blue) = 64+60+134=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #403C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403C86 is #BFC379. Grayscale: #454545. Windows color (decimal): -12567418 or 8797248. OLE color: 8797248.
HSL color Cylindrical-coordinate representation of color #403C86: hue angle of 243.24º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403C86 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 60 | 134 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.47 |
| HSL | 243.24º | 0.38% | 0.38% | - |
| HSV(B) | 243.24º | 0.55% | 0.53% | - |
| XYZ | 8.03 | 6.04 | 23.3 | - |
| YUV | 69.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 134 | 0.52 | 0.55 | 0 | 0.47 | 243.24 | 0.38 | 0.38 |
| Hex | 40 | 3C | 86 | 34 | 37 | 0 | 2F | F3 | 26 | 26 |
| Octal | 100 | 74 | 206 | 64 | 67 | 0 | 57 | 363 | 46 | 46 |
| Binary | 1000000 | 111100 | 10000110 | 110100 | 110111 | 0 | 101111 | 11110011 | 100110 | 100110 |
Color Harmonies of #403C86
Complementary color
Monochromatic Colors of #403C86
Black with #403C86
Text Example
Text Example
White with #403C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C86; }
p { color: rgb(64,60,134); }
H1.HeaderClassName
{
color: #403C86;
}
.AnyTagClassName
{
color: #403C86;
}
</style>
background-color css
<style>
a { background-color: #403C86; }
a { background-color: rgb(64,60,134); }
div.DivClassName
{
background-color: #403C86;
}
.BgClassName
{
background-color: #403C86;
}
</style>
border-color css
<style>
span { border-color: #403C86; }
span { border-color: rgb(64,60,134); }
td.TdClassName
{
border-color: #403C86;
}
.TagClassName
{
border-color: #403C86;
}
</style>