Shades of Dark Slate Blue #403C89
Tints of Dark Slate Blue #403C89
RGB
CMYK
RGB Variations
Color information
#403C89 (or 0x403C89) is known color: Dark Slate Blue. HEX triplet: 40, 3C and 89. RGB value is (64,60,137). Sum of RGB (Red+Green+Blue) = 64+60+137=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #403C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403C89 is #BFC376. Grayscale: #454545. Windows color (decimal): -12567415 or 8993856. OLE color: 8993856.
HSL color Cylindrical-coordinate representation of color #403C89: hue angle of 243.12º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403C89 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 60 | 137 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.46 |
| HSL | 243.12º | 0.39% | 0.39% | - |
| HSV(B) | 243.12º | 0.56% | 0.54% | - |
| XYZ | 8.25 | 6.13 | 24.42 | - |
| YUV | 69.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 137 | 0.53 | 0.56 | 0 | 0.46 | 243.12 | 0.39 | 0.39 |
| Hex | 40 | 3C | 89 | 35 | 38 | 0 | 2E | F3 | 27 | 27 |
| Octal | 100 | 74 | 211 | 65 | 70 | 0 | 56 | 363 | 47 | 47 |
| Binary | 1000000 | 111100 | 10001001 | 110101 | 111000 | 0 | 101110 | 11110011 | 100111 | 100111 |
Color Harmonies of #403C89
Complementary color
Monochromatic Colors of #403C89
Black with #403C89
Text Example
Text Example
White with #403C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C89; }
p { color: rgb(64,60,137); }
H1.HeaderClassName
{
color: #403C89;
}
.AnyTagClassName
{
color: #403C89;
}
</style>
background-color css
<style>
a { background-color: #403C89; }
a { background-color: rgb(64,60,137); }
div.DivClassName
{
background-color: #403C89;
}
.BgClassName
{
background-color: #403C89;
}
</style>
border-color css
<style>
span { border-color: #403C89; }
span { border-color: rgb(64,60,137); }
td.TdClassName
{
border-color: #403C89;
}
.TagClassName
{
border-color: #403C89;
}
</style>