Shades of Dark Slate Blue #403F92
Tints of Dark Slate Blue #403F92
RGB
CMYK
RGB Variations
Color information
#403F92 (or 0x403F92) is known color: Dark Slate Blue. HEX triplet: 40, 3F and 92. RGB value is (64,63,146). Sum of RGB (Red+Green+Blue) = 64+63+146=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #403F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F92 is #BFC06D. Grayscale: #484848. Windows color (decimal): -12566638 or 9584448. OLE color: 9584448.
HSL color Cylindrical-coordinate representation of color #403F92: hue angle of 240.72º degrees, saturation: 0.4, 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 #403F92 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 63 | 146 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.43 |
| HSL | 240.72º | 0.4% | 0.41% | - |
| HSV(B) | 240.72º | 0.57% | 0.57% | - |
| XYZ | 9.08 | 6.72 | 28.01 | - |
| YUV | 72.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 146 | 0.56 | 0.57 | 0 | 0.43 | 240.72 | 0.4 | 0.41 |
| Hex | 40 | 3F | 92 | 38 | 39 | 0 | 2B | F1 | 28 | 29 |
| Octal | 100 | 77 | 222 | 70 | 71 | 0 | 53 | 361 | 50 | 51 |
| Binary | 1000000 | 111111 | 10010010 | 111000 | 111001 | 0 | 101011 | 11110001 | 101000 | 101001 |
Color Harmonies of #403F92
Complementary color
Monochromatic Colors of #403F92
Black with #403F92
Text Example
Text Example
White with #403F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F92; }
p { color: rgb(64,63,146); }
H1.HeaderClassName
{
color: #403F92;
}
.AnyTagClassName
{
color: #403F92;
}
</style>
background-color css
<style>
a { background-color: #403F92; }
a { background-color: rgb(64,63,146); }
div.DivClassName
{
background-color: #403F92;
}
.BgClassName
{
background-color: #403F92;
}
</style>
border-color css
<style>
span { border-color: #403F92; }
span { border-color: rgb(64,63,146); }
td.TdClassName
{
border-color: #403F92;
}
.TagClassName
{
border-color: #403F92;
}
</style>