Shades of Dark Slate Blue #403086
Tints of Dark Slate Blue #403086
RGB
CMYK
RGB Variations
Color information
#403086 (or 0x403086) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 86. RGB value is (64,48,134). Sum of RGB (Red+Green+Blue) = 64+48+134=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #403086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403086 is #BFCF79. Grayscale: #3E3E3E. Windows color (decimal): -12570490 or 8794176. OLE color: 8794176.
HSL color Cylindrical-coordinate representation of color #403086: hue angle of 251.16º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403086 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 48 | 134 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.47 |
| HSL | 251.16º | 0.47% | 0.36% | - |
| HSV(B) | 251.16º | 0.64% | 0.53% | - |
| XYZ | 7.47 | 4.93 | 23.11 | - |
| YUV | 62.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 134 | 0.52 | 0.64 | 0 | 0.47 | 251.16 | 0.47 | 0.36 |
| Hex | 40 | 30 | 86 | 34 | 40 | 0 | 2F | FB | 2F | 24 |
| Octal | 100 | 60 | 206 | 64 | 100 | 0 | 57 | 373 | 57 | 44 |
| Binary | 1000000 | 110000 | 10000110 | 110100 | 1000000 | 0 | 101111 | 11111011 | 101111 | 100100 |
Color Harmonies of #403086
Complementary color
Monochromatic Colors of #403086
Black with #403086
Text Example
Text Example
White with #403086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403086; }
p { color: rgb(64,48,134); }
H1.HeaderClassName
{
color: #403086;
}
.AnyTagClassName
{
color: #403086;
}
</style>
background-color css
<style>
a { background-color: #403086; }
a { background-color: rgb(64,48,134); }
div.DivClassName
{
background-color: #403086;
}
.BgClassName
{
background-color: #403086;
}
</style>
border-color css
<style>
span { border-color: #403086; }
span { border-color: rgb(64,48,134); }
td.TdClassName
{
border-color: #403086;
}
.TagClassName
{
border-color: #403086;
}
</style>