Shades of Dark Slate Blue #403597
Tints of Dark Slate Blue #403597
RGB
CMYK
RGB Variations
Color information
#403597 (or 0x403597) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 97. RGB value is (64,53,151). Sum of RGB (Red+Green+Blue) = 64+53+151=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #403597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403597 is #BFCA68. Grayscale: #434343. Windows color (decimal): -12569193 or 9909568. OLE color: 9909568.
HSL color Cylindrical-coordinate representation of color #403597: hue angle of 246.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403597 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 53 | 151 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.41 |
| HSL | 246.73º | 0.48% | 0.4% | - |
| HSV(B) | 246.73º | 0.65% | 0.59% | - |
| XYZ | 8.97 | 5.87 | 29.94 | - |
| YUV | 67.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 151 | 0.58 | 0.65 | 0 | 0.41 | 246.73 | 0.48 | 0.4 |
| Hex | 40 | 35 | 97 | 3A | 41 | 0 | 29 | F7 | 30 | 28 |
| Octal | 100 | 65 | 227 | 72 | 101 | 0 | 51 | 367 | 60 | 50 |
| Binary | 1000000 | 110101 | 10010111 | 111010 | 1000001 | 0 | 101001 | 11110111 | 110000 | 101000 |
Color Harmonies of #403597
Complementary color
Monochromatic Colors of #403597
Black with #403597
Text Example
Text Example
White with #403597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403597; }
p { color: rgb(64,53,151); }
H1.HeaderClassName
{
color: #403597;
}
.AnyTagClassName
{
color: #403597;
}
</style>
background-color css
<style>
a { background-color: #403597; }
a { background-color: rgb(64,53,151); }
div.DivClassName
{
background-color: #403597;
}
.BgClassName
{
background-color: #403597;
}
</style>
border-color css
<style>
span { border-color: #403597; }
span { border-color: rgb(64,53,151); }
td.TdClassName
{
border-color: #403597;
}
.TagClassName
{
border-color: #403597;
}
</style>