Shades of Dark Slate Blue #403888
Tints of Dark Slate Blue #403888
RGB
CMYK
RGB Variations
Color information
#403888 (or 0x403888) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 88. RGB value is (64,56,136). Sum of RGB (Red+Green+Blue) = 64+56+136=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #403888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403888 is #BFC777. Grayscale: #434343. Windows color (decimal): -12568440 or 8927296. OLE color: 8927296.
HSL color Cylindrical-coordinate representation of color #403888: hue angle of 246º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403888 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 56 | 136 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.47 |
| HSL | 246º | 0.42% | 0.38% | - |
| HSV(B) | 246º | 0.59% | 0.53% | - |
| XYZ | 7.97 | 5.7 | 23.97 | - |
| YUV | 67.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 136 | 0.53 | 0.59 | 0 | 0.47 | 246 | 0.42 | 0.38 |
| Hex | 40 | 38 | 88 | 35 | 3B | 0 | 2F | F6 | 2A | 26 |
| Octal | 100 | 70 | 210 | 65 | 73 | 0 | 57 | 366 | 52 | 46 |
| Binary | 1000000 | 111000 | 10001000 | 110101 | 111011 | 0 | 101111 | 11110110 | 101010 | 100110 |
Color Harmonies of #403888
Complementary color
Monochromatic Colors of #403888
Black with #403888
Text Example
Text Example
White with #403888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403888; }
p { color: rgb(64,56,136); }
H1.HeaderClassName
{
color: #403888;
}
.AnyTagClassName
{
color: #403888;
}
</style>
background-color css
<style>
a { background-color: #403888; }
a { background-color: rgb(64,56,136); }
div.DivClassName
{
background-color: #403888;
}
.BgClassName
{
background-color: #403888;
}
</style>
border-color css
<style>
span { border-color: #403888; }
span { border-color: rgb(64,56,136); }
td.TdClassName
{
border-color: #403888;
}
.TagClassName
{
border-color: #403888;
}
</style>