Shades of Dark Slate Blue #403091
Tints of Dark Slate Blue #403091
RGB
CMYK
RGB Variations
Color information
#403091 (or 0x403091) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 91. RGB value is (64,48,145). Sum of RGB (Red+Green+Blue) = 64+48+145=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #403091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403091 is #BFCF6E. Grayscale: #3F3F3F. Windows color (decimal): -12570479 or 9515072. OLE color: 9515072.
HSL color Cylindrical-coordinate representation of color #403091: hue angle of 249.9º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403091 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 48 | 145 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.43 |
| HSL | 249.9º | 0.5% | 0.38% | - |
| HSV(B) | 249.9º | 0.67% | 0.57% | - |
| XYZ | 8.28 | 5.25 | 27.36 | - |
| YUV | 63.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 145 | 0.56 | 0.67 | 0 | 0.43 | 249.9 | 0.5 | 0.38 |
| Hex | 40 | 30 | 91 | 38 | 43 | 0 | 2B | FA | 32 | 26 |
| Octal | 100 | 60 | 221 | 70 | 103 | 0 | 53 | 372 | 62 | 46 |
| Binary | 1000000 | 110000 | 10010001 | 111000 | 1000011 | 0 | 101011 | 11111010 | 110010 | 100110 |
Color Harmonies of #403091
Complementary color
Monochromatic Colors of #403091
Black with #403091
Text Example
Text Example
White with #403091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403091; }
p { color: rgb(64,48,145); }
H1.HeaderClassName
{
color: #403091;
}
.AnyTagClassName
{
color: #403091;
}
</style>
background-color css
<style>
a { background-color: #403091; }
a { background-color: rgb(64,48,145); }
div.DivClassName
{
background-color: #403091;
}
.BgClassName
{
background-color: #403091;
}
</style>
border-color css
<style>
span { border-color: #403091; }
span { border-color: rgb(64,48,145); }
td.TdClassName
{
border-color: #403091;
}
.TagClassName
{
border-color: #403091;
}
</style>