Shades of Dark Slate Blue #403386
Tints of Dark Slate Blue #403386
RGB
CMYK
RGB Variations
Color information
#403386 (or 0x403386) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 86. RGB value is (64,51,134). Sum of RGB (Red+Green+Blue) = 64+51+134=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #403386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403386 is #BFCC79. Grayscale: #404040. Windows color (decimal): -12569722 or 8794944. OLE color: 8794944.
HSL color Cylindrical-coordinate representation of color #403386: hue angle of 249.4º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403386 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 51 | 134 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.47 |
| HSL | 249.4º | 0.45% | 0.36% | - |
| HSV(B) | 249.4º | 0.62% | 0.53% | - |
| XYZ | 7.6 | 5.18 | 23.15 | - |
| YUV | 64.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 134 | 0.52 | 0.62 | 0 | 0.47 | 249.4 | 0.45 | 0.36 |
| Hex | 40 | 33 | 86 | 34 | 3E | 0 | 2F | F9 | 2D | 24 |
| Octal | 100 | 63 | 206 | 64 | 76 | 0 | 57 | 371 | 55 | 44 |
| Binary | 1000000 | 110011 | 10000110 | 110100 | 111110 | 0 | 101111 | 11111001 | 101101 | 100100 |
Color Harmonies of #403386
Complementary color
Monochromatic Colors of #403386
Black with #403386
Text Example
Text Example
White with #403386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403386; }
p { color: rgb(64,51,134); }
H1.HeaderClassName
{
color: #403386;
}
.AnyTagClassName
{
color: #403386;
}
</style>
background-color css
<style>
a { background-color: #403386; }
a { background-color: rgb(64,51,134); }
div.DivClassName
{
background-color: #403386;
}
.BgClassName
{
background-color: #403386;
}
</style>
border-color css
<style>
span { border-color: #403386; }
span { border-color: rgb(64,51,134); }
td.TdClassName
{
border-color: #403386;
}
.TagClassName
{
border-color: #403386;
}
</style>