Shades of Dark Slate Blue #403089
Tints of Dark Slate Blue #403089
RGB
CMYK
RGB Variations
Color information
#403089 (or 0x403089) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 89. RGB value is (64,48,137). Sum of RGB (Red+Green+Blue) = 64+48+137=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #403089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403089 is #BFCF76. Grayscale: #3E3E3E. Windows color (decimal): -12570487 or 8990784. OLE color: 8990784.
HSL color Cylindrical-coordinate representation of color #403089: hue angle of 250.79º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403089 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 48 | 137 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.46 |
| HSL | 250.79º | 0.48% | 0.36% | - |
| HSV(B) | 250.79º | 0.65% | 0.54% | - |
| XYZ | 7.69 | 5.01 | 24.23 | - |
| YUV | 62.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 137 | 0.53 | 0.65 | 0 | 0.46 | 250.79 | 0.48 | 0.36 |
| Hex | 40 | 30 | 89 | 35 | 41 | 0 | 2E | FB | 30 | 24 |
| Octal | 100 | 60 | 211 | 65 | 101 | 0 | 56 | 373 | 60 | 44 |
| Binary | 1000000 | 110000 | 10001001 | 110101 | 1000001 | 0 | 101110 | 11111011 | 110000 | 100100 |
Color Harmonies of #403089
Complementary color
Monochromatic Colors of #403089
Black with #403089
Text Example
Text Example
White with #403089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403089; }
p { color: rgb(64,48,137); }
H1.HeaderClassName
{
color: #403089;
}
.AnyTagClassName
{
color: #403089;
}
</style>
background-color css
<style>
a { background-color: #403089; }
a { background-color: rgb(64,48,137); }
div.DivClassName
{
background-color: #403089;
}
.BgClassName
{
background-color: #403089;
}
</style>
border-color css
<style>
span { border-color: #403089; }
span { border-color: rgb(64,48,137); }
td.TdClassName
{
border-color: #403089;
}
.TagClassName
{
border-color: #403089;
}
</style>