Shades of Dark Slate Blue #403887
Tints of Dark Slate Blue #403887
RGB
CMYK
RGB Variations
Color information
#403887 (or 0x403887) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 87. RGB value is (64,56,135). Sum of RGB (Red+Green+Blue) = 64+56+135=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #403887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403887 is #BFC778. Grayscale: #434343. Windows color (decimal): -12568441 or 8861760. OLE color: 8861760.
HSL color Cylindrical-coordinate representation of color #403887: hue angle of 246.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403887 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 56 | 135 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.47 |
| HSL | 246.08º | 0.41% | 0.37% | - |
| HSV(B) | 246.08º | 0.59% | 0.53% | - |
| XYZ | 7.9 | 5.67 | 23.6 | - |
| YUV | 67.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 135 | 0.53 | 0.59 | 0 | 0.47 | 246.08 | 0.41 | 0.37 |
| Hex | 40 | 38 | 87 | 35 | 3B | 0 | 2F | F6 | 29 | 25 |
| Octal | 100 | 70 | 207 | 65 | 73 | 0 | 57 | 366 | 51 | 45 |
| Binary | 1000000 | 111000 | 10000111 | 110101 | 111011 | 0 | 101111 | 11110110 | 101001 | 100101 |
Color Harmonies of #403887
Complementary color
Monochromatic Colors of #403887
Black with #403887
Text Example
Text Example
White with #403887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403887; }
p { color: rgb(64,56,135); }
H1.HeaderClassName
{
color: #403887;
}
.AnyTagClassName
{
color: #403887;
}
</style>
background-color css
<style>
a { background-color: #403887; }
a { background-color: rgb(64,56,135); }
div.DivClassName
{
background-color: #403887;
}
.BgClassName
{
background-color: #403887;
}
</style>
border-color css
<style>
span { border-color: #403887; }
span { border-color: rgb(64,56,135); }
td.TdClassName
{
border-color: #403887;
}
.TagClassName
{
border-color: #403887;
}
</style>