Shades of Dark Slate Blue #403F91
Tints of Dark Slate Blue #403F91
RGB
CMYK
RGB Variations
Color information
#403F91 (or 0x403F91) is known color: Dark Slate Blue. HEX triplet: 40, 3F and 91. RGB value is (64,63,145). Sum of RGB (Red+Green+Blue) = 64+63+145=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #403F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F91 is #BFC06E. Grayscale: #484848. Windows color (decimal): -12566639 or 9518912. OLE color: 9518912.
HSL color Cylindrical-coordinate representation of color #403F91: hue angle of 240.73º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403F91 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 63 | 145 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.43 |
| HSL | 240.73º | 0.39% | 0.41% | - |
| HSV(B) | 240.73º | 0.57% | 0.57% | - |
| XYZ | 9 | 6.69 | 27.6 | - |
| YUV | 72.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 145 | 0.56 | 0.57 | 0 | 0.43 | 240.73 | 0.39 | 0.41 |
| Hex | 40 | 3F | 91 | 38 | 39 | 0 | 2B | F1 | 27 | 29 |
| Octal | 100 | 77 | 221 | 70 | 71 | 0 | 53 | 361 | 47 | 51 |
| Binary | 1000000 | 111111 | 10010001 | 111000 | 111001 | 0 | 101011 | 11110001 | 100111 | 101001 |
Color Harmonies of #403F91
Complementary color
Monochromatic Colors of #403F91
Black with #403F91
Text Example
Text Example
White with #403F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F91; }
p { color: rgb(64,63,145); }
H1.HeaderClassName
{
color: #403F91;
}
.AnyTagClassName
{
color: #403F91;
}
</style>
background-color css
<style>
a { background-color: #403F91; }
a { background-color: rgb(64,63,145); }
div.DivClassName
{
background-color: #403F91;
}
.BgClassName
{
background-color: #403F91;
}
</style>
border-color css
<style>
span { border-color: #403F91; }
span { border-color: rgb(64,63,145); }
td.TdClassName
{
border-color: #403F91;
}
.TagClassName
{
border-color: #403F91;
}
</style>