Shades of Dark Slate Blue #403084
Tints of Dark Slate Blue #403084
RGB
CMYK
RGB Variations
Color information
#403084 (or 0x403084) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 84. RGB value is (64,48,132). Sum of RGB (Red+Green+Blue) = 64+48+132=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #403084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403084 is #BFCF7B. Grayscale: #3E3E3E. Windows color (decimal): -12570492 or 8663104. OLE color: 8663104.
HSL color Cylindrical-coordinate representation of color #403084: hue angle of 251.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403084 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 48 | 132 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.48 |
| HSL | 251.43º | 0.47% | 0.35% | - |
| HSV(B) | 251.43º | 0.64% | 0.52% | - |
| XYZ | 7.34 | 4.87 | 22.38 | - |
| YUV | 62.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 132 | 0.52 | 0.64 | 0 | 0.48 | 251.43 | 0.47 | 0.35 |
| Hex | 40 | 30 | 84 | 34 | 40 | 0 | 30 | FB | 2F | 23 |
| Octal | 100 | 60 | 204 | 64 | 100 | 0 | 60 | 373 | 57 | 43 |
| Binary | 1000000 | 110000 | 10000100 | 110100 | 1000000 | 0 | 110000 | 11111011 | 101111 | 100011 |
Color Harmonies of #403084
Complementary color
Monochromatic Colors of #403084
Black with #403084
Text Example
Text Example
White with #403084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403084; }
p { color: rgb(64,48,132); }
H1.HeaderClassName
{
color: #403084;
}
.AnyTagClassName
{
color: #403084;
}
</style>
background-color css
<style>
a { background-color: #403084; }
a { background-color: rgb(64,48,132); }
div.DivClassName
{
background-color: #403084;
}
.BgClassName
{
background-color: #403084;
}
</style>
border-color css
<style>
span { border-color: #403084; }
span { border-color: rgb(64,48,132); }
td.TdClassName
{
border-color: #403084;
}
.TagClassName
{
border-color: #403084;
}
</style>