Shades of Dark Slate Blue #403388
Tints of Dark Slate Blue #403388
RGB
CMYK
RGB Variations
Color information
#403388 (or 0x403388) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 88. RGB value is (64,51,136). Sum of RGB (Red+Green+Blue) = 64+51+136=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #403388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403388 is #BFCC77. Grayscale: #404040. Windows color (decimal): -12569720 or 8926016. OLE color: 8926016.
HSL color Cylindrical-coordinate representation of color #403388: hue angle of 249.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403388 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 51 | 136 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.47 |
| HSL | 249.18º | 0.45% | 0.37% | - |
| HSV(B) | 249.18º | 0.63% | 0.53% | - |
| XYZ | 7.74 | 5.24 | 23.9 | - |
| YUV | 64.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 136 | 0.53 | 0.62 | 0 | 0.47 | 249.18 | 0.45 | 0.37 |
| Hex | 40 | 33 | 88 | 35 | 3E | 0 | 2F | F9 | 2D | 25 |
| Octal | 100 | 63 | 210 | 65 | 76 | 0 | 57 | 371 | 55 | 45 |
| Binary | 1000000 | 110011 | 10001000 | 110101 | 111110 | 0 | 101111 | 11111001 | 101101 | 100101 |
Color Harmonies of #403388
Complementary color
Monochromatic Colors of #403388
Black with #403388
Text Example
Text Example
White with #403388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403388; }
p { color: rgb(64,51,136); }
H1.HeaderClassName
{
color: #403388;
}
.AnyTagClassName
{
color: #403388;
}
</style>
background-color css
<style>
a { background-color: #403388; }
a { background-color: rgb(64,51,136); }
div.DivClassName
{
background-color: #403388;
}
.BgClassName
{
background-color: #403388;
}
</style>
border-color css
<style>
span { border-color: #403388; }
span { border-color: rgb(64,51,136); }
td.TdClassName
{
border-color: #403388;
}
.TagClassName
{
border-color: #403388;
}
</style>