Shades of Dark Slate Blue #403F95
Tints of Dark Slate Blue #403F95
RGB
CMYK
RGB Variations
Color information
#403F95 (or 0x403F95) is known color: Dark Slate Blue. HEX triplet: 40, 3F and 95. RGB value is (64,63,149). Sum of RGB (Red+Green+Blue) = 64+63+149=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #403F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F95 is #BFC06A. Grayscale: #484848. Windows color (decimal): -12566635 or 9781056. OLE color: 9781056.
HSL color Cylindrical-coordinate representation of color #403F95: hue angle of 240.7º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403F95 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 63 | 149 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.42 |
| HSL | 240.7º | 0.41% | 0.42% | - |
| HSV(B) | 240.7º | 0.58% | 0.58% | - |
| XYZ | 9.32 | 6.81 | 29.26 | - |
| YUV | 73.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 149 | 0.57 | 0.58 | 0 | 0.42 | 240.7 | 0.41 | 0.42 |
| Hex | 40 | 3F | 95 | 39 | 3A | 0 | 2A | F1 | 29 | 2A |
| Octal | 100 | 77 | 225 | 71 | 72 | 0 | 52 | 361 | 51 | 52 |
| Binary | 1000000 | 111111 | 10010101 | 111001 | 111010 | 0 | 101010 | 11110001 | 101001 | 101010 |
Color Harmonies of #403F95
Complementary color
Monochromatic Colors of #403F95
Black with #403F95
Text Example
Text Example
White with #403F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F95; }
p { color: rgb(64,63,149); }
H1.HeaderClassName
{
color: #403F95;
}
.AnyTagClassName
{
color: #403F95;
}
</style>
background-color css
<style>
a { background-color: #403F95; }
a { background-color: rgb(64,63,149); }
div.DivClassName
{
background-color: #403F95;
}
.BgClassName
{
background-color: #403F95;
}
</style>
border-color css
<style>
span { border-color: #403F95; }
span { border-color: rgb(64,63,149); }
td.TdClassName
{
border-color: #403F95;
}
.TagClassName
{
border-color: #403F95;
}
</style>