Shades of Dark Slate Blue #403788
Tints of Dark Slate Blue #403788
RGB
CMYK
RGB Variations
Color information
#403788 (or 0x403788) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 88. RGB value is (64,55,136). Sum of RGB (Red+Green+Blue) = 64+55+136=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #403788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403788 is #BFC877. Grayscale: #424242. Windows color (decimal): -12568696 or 8927040. OLE color: 8927040.
HSL color Cylindrical-coordinate representation of color #403788: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403788 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 55 | 136 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.47 |
| HSL | 246.67º | 0.42% | 0.37% | - |
| HSV(B) | 246.67º | 0.6% | 0.53% | - |
| XYZ | 7.92 | 5.6 | 23.96 | - |
| YUV | 66.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 136 | 0.53 | 0.60 | 0 | 0.47 | 246.67 | 0.42 | 0.37 |
| Hex | 40 | 37 | 88 | 35 | 3C | 0 | 2F | F7 | 2A | 25 |
| Octal | 100 | 67 | 210 | 65 | 74 | 0 | 57 | 367 | 52 | 45 |
| Binary | 1000000 | 110111 | 10001000 | 110101 | 111100 | 0 | 101111 | 11110111 | 101010 | 100101 |
Color Harmonies of #403788
Complementary color
Monochromatic Colors of #403788
Black with #403788
Text Example
Text Example
White with #403788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403788; }
p { color: rgb(64,55,136); }
H1.HeaderClassName
{
color: #403788;
}
.AnyTagClassName
{
color: #403788;
}
</style>
background-color css
<style>
a { background-color: #403788; }
a { background-color: rgb(64,55,136); }
div.DivClassName
{
background-color: #403788;
}
.BgClassName
{
background-color: #403788;
}
</style>
border-color css
<style>
span { border-color: #403788; }
span { border-color: rgb(64,55,136); }
td.TdClassName
{
border-color: #403788;
}
.TagClassName
{
border-color: #403788;
}
</style>