Shades of Dark Slate Blue #403889
Tints of Dark Slate Blue #403889
RGB
CMYK
RGB Variations
Color information
#403889 (or 0x403889) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 89. RGB value is (64,56,137). Sum of RGB (Red+Green+Blue) = 64+56+137=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #403889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403889 is #BFC776. Grayscale: #434343. Windows color (decimal): -12568439 or 8992832. OLE color: 8992832.
HSL color Cylindrical-coordinate representation of color #403889: hue angle of 245.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403889 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 56 | 137 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.46 |
| HSL | 245.93º | 0.42% | 0.38% | - |
| HSV(B) | 245.93º | 0.59% | 0.54% | - |
| XYZ | 8.04 | 5.72 | 24.35 | - |
| YUV | 67.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 137 | 0.53 | 0.59 | 0 | 0.46 | 245.93 | 0.42 | 0.38 |
| Hex | 40 | 38 | 89 | 35 | 3B | 0 | 2E | F6 | 2A | 26 |
| Octal | 100 | 70 | 211 | 65 | 73 | 0 | 56 | 366 | 52 | 46 |
| Binary | 1000000 | 111000 | 10001001 | 110101 | 111011 | 0 | 101110 | 11110110 | 101010 | 100110 |
Color Harmonies of #403889
Complementary color
Monochromatic Colors of #403889
Black with #403889
Text Example
Text Example
White with #403889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403889; }
p { color: rgb(64,56,137); }
H1.HeaderClassName
{
color: #403889;
}
.AnyTagClassName
{
color: #403889;
}
</style>
background-color css
<style>
a { background-color: #403889; }
a { background-color: rgb(64,56,137); }
div.DivClassName
{
background-color: #403889;
}
.BgClassName
{
background-color: #403889;
}
</style>
border-color css
<style>
span { border-color: #403889; }
span { border-color: rgb(64,56,137); }
td.TdClassName
{
border-color: #403889;
}
.TagClassName
{
border-color: #403889;
}
</style>