Shades of Dark Slate Blue #403F97
Tints of Dark Slate Blue #403F97
RGB
CMYK
RGB Variations
Color information
#403F97 (or 0x403F97) is known color: Dark Slate Blue. HEX triplet: 40, 3F and 97. RGB value is (64,63,151). Sum of RGB (Red+Green+Blue) = 64+63+151=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #403F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F97 is #BFC068. Grayscale: #484848. Windows color (decimal): -12566633 or 9912128. OLE color: 9912128.
HSL color Cylindrical-coordinate representation of color #403F97: hue angle of 240.68º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403F97 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 63 | 151 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.41 |
| HSL | 240.68º | 0.41% | 0.42% | - |
| HSV(B) | 240.68º | 0.58% | 0.59% | - |
| XYZ | 9.48 | 6.88 | 30.11 | - |
| YUV | 73.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 151 | 0.58 | 0.58 | 0 | 0.41 | 240.68 | 0.41 | 0.42 |
| Hex | 40 | 3F | 97 | 3A | 3A | 0 | 29 | F1 | 29 | 2A |
| Octal | 100 | 77 | 227 | 72 | 72 | 0 | 51 | 361 | 51 | 52 |
| Binary | 1000000 | 111111 | 10010111 | 111010 | 111010 | 0 | 101001 | 11110001 | 101001 | 101010 |
Color Harmonies of #403F97
Complementary color
Monochromatic Colors of #403F97
Black with #403F97
Text Example
Text Example
White with #403F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F97; }
p { color: rgb(64,63,151); }
H1.HeaderClassName
{
color: #403F97;
}
.AnyTagClassName
{
color: #403F97;
}
</style>
background-color css
<style>
a { background-color: #403F97; }
a { background-color: rgb(64,63,151); }
div.DivClassName
{
background-color: #403F97;
}
.BgClassName
{
background-color: #403F97;
}
</style>
border-color css
<style>
span { border-color: #403F97; }
span { border-color: rgb(64,63,151); }
td.TdClassName
{
border-color: #403F97;
}
.TagClassName
{
border-color: #403F97;
}
</style>