Shades of Dark Slate Blue #403389
Tints of Dark Slate Blue #403389
RGB
CMYK
RGB Variations
Color information
#403389 (or 0x403389) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 89. RGB value is (64,51,137). Sum of RGB (Red+Green+Blue) = 64+51+137=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #403389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403389 is #BFCC76. Grayscale: #404040. Windows color (decimal): -12569719 or 8991552. OLE color: 8991552.
HSL color Cylindrical-coordinate representation of color #403389: hue angle of 249.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #403389 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 51 | 137 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.46 |
| HSL | 249.07º | 0.46% | 0.37% | - |
| HSV(B) | 249.07º | 0.63% | 0.54% | - |
| XYZ | 7.81 | 5.26 | 24.27 | - |
| YUV | 64.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 137 | 0.53 | 0.63 | 0 | 0.46 | 249.07 | 0.46 | 0.37 |
| Hex | 40 | 33 | 89 | 35 | 3F | 0 | 2E | F9 | 2E | 25 |
| Octal | 100 | 63 | 211 | 65 | 77 | 0 | 56 | 371 | 56 | 45 |
| Binary | 1000000 | 110011 | 10001001 | 110101 | 111111 | 0 | 101110 | 11111001 | 101110 | 100101 |
Color Harmonies of #403389
Complementary color
Monochromatic Colors of #403389
Black with #403389
Text Example
Text Example
White with #403389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403389; }
p { color: rgb(64,51,137); }
H1.HeaderClassName
{
color: #403389;
}
.AnyTagClassName
{
color: #403389;
}
</style>
background-color css
<style>
a { background-color: #403389; }
a { background-color: rgb(64,51,137); }
div.DivClassName
{
background-color: #403389;
}
.BgClassName
{
background-color: #403389;
}
</style>
border-color css
<style>
span { border-color: #403389; }
span { border-color: rgb(64,51,137); }
td.TdClassName
{
border-color: #403389;
}
.TagClassName
{
border-color: #403389;
}
</style>