Shades of Dark Slate Blue #403E8D
Tints of Dark Slate Blue #403E8D
RGB
CMYK
RGB Variations
Color information
#403E8D (or 0x403E8D) is known color: Dark Slate Blue. HEX triplet: 40, 3E and 8D. RGB value is (64,62,141). Sum of RGB (Red+Green+Blue) = 64+62+141=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #403E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403E8D is #BFC172. Grayscale: #474747. Windows color (decimal): -12566899 or 9256512. OLE color: 9256512.
HSL color Cylindrical-coordinate representation of color #403E8D: hue angle of 241.52º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403E8D is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 62 | 141 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.45 |
| HSL | 241.52º | 0.39% | 0.4% | - |
| HSV(B) | 241.52º | 0.56% | 0.55% | - |
| XYZ | 8.64 | 6.46 | 25.99 | - |
| YUV | 71.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 141 | 0.55 | 0.56 | 0 | 0.45 | 241.52 | 0.39 | 0.4 |
| Hex | 40 | 3E | 8D | 37 | 38 | 0 | 2D | F2 | 27 | 28 |
| Octal | 100 | 76 | 215 | 67 | 70 | 0 | 55 | 362 | 47 | 50 |
| Binary | 1000000 | 111110 | 10001101 | 110111 | 111000 | 0 | 101101 | 11110010 | 100111 | 101000 |
Color Harmonies of #403E8D
Complementary color
Monochromatic Colors of #403E8D
Black with #403E8D
Text Example
Text Example
White with #403E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E8D; }
p { color: rgb(64,62,141); }
H1.HeaderClassName
{
color: #403E8D;
}
.AnyTagClassName
{
color: #403E8D;
}
</style>
background-color css
<style>
a { background-color: #403E8D; }
a { background-color: rgb(64,62,141); }
div.DivClassName
{
background-color: #403E8D;
}
.BgClassName
{
background-color: #403E8D;
}
</style>
border-color css
<style>
span { border-color: #403E8D; }
span { border-color: rgb(64,62,141); }
td.TdClassName
{
border-color: #403E8D;
}
.TagClassName
{
border-color: #403E8D;
}
</style>