Shades of Dark Slate Blue #403993
Tints of Dark Slate Blue #403993
RGB
CMYK
RGB Variations
Color information
#403993 (or 0x403993) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 93. RGB value is (64,57,147). Sum of RGB (Red+Green+Blue) = 64+57+147=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #403993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403993 is #BFC66C. Grayscale: #454545. Windows color (decimal): -12568173 or 9648448. OLE color: 9648448.
HSL color Cylindrical-coordinate representation of color #403993: hue angle of 244.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403993 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 57 | 147 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.42 |
| HSL | 244.67º | 0.44% | 0.4% | - |
| HSV(B) | 244.67º | 0.61% | 0.58% | - |
| XYZ | 8.84 | 6.12 | 28.32 | - |
| YUV | 69.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 147 | 0.56 | 0.61 | 0 | 0.42 | 244.67 | 0.44 | 0.4 |
| Hex | 40 | 39 | 93 | 38 | 3D | 0 | 2A | F5 | 2C | 28 |
| Octal | 100 | 71 | 223 | 70 | 75 | 0 | 52 | 365 | 54 | 50 |
| Binary | 1000000 | 111001 | 10010011 | 111000 | 111101 | 0 | 101010 | 11110101 | 101100 | 101000 |
Color Harmonies of #403993
Complementary color
Monochromatic Colors of #403993
Black with #403993
Text Example
Text Example
White with #403993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403993; }
p { color: rgb(64,57,147); }
H1.HeaderClassName
{
color: #403993;
}
.AnyTagClassName
{
color: #403993;
}
</style>
background-color css
<style>
a { background-color: #403993; }
a { background-color: rgb(64,57,147); }
div.DivClassName
{
background-color: #403993;
}
.BgClassName
{
background-color: #403993;
}
</style>
border-color css
<style>
span { border-color: #403993; }
span { border-color: rgb(64,57,147); }
td.TdClassName
{
border-color: #403993;
}
.TagClassName
{
border-color: #403993;
}
</style>