Shades of Dark Slate Blue #403181
Tints of Dark Slate Blue #403181
RGB
CMYK
RGB Variations
Color information
#403181 (or 0x403181) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 81. RGB value is (64,49,129). Sum of RGB (Red+Green+Blue) = 64+49+129=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #403181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403181 is #BFCE7E. Grayscale: #3E3E3E. Windows color (decimal): -12570239 or 8466752. OLE color: 8466752.
HSL color Cylindrical-coordinate representation of color #403181: hue angle of 251.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403181 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 49 | 129 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.49 |
| HSL | 251.25º | 0.45% | 0.35% | - |
| HSV(B) | 251.25º | 0.62% | 0.51% | - |
| XYZ | 7.18 | 4.87 | 21.33 | - |
| YUV | 62.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 129 | 0.50 | 0.62 | 0 | 0.49 | 251.25 | 0.45 | 0.35 |
| Hex | 40 | 31 | 81 | 32 | 3E | 0 | 31 | FB | 2D | 23 |
| Octal | 100 | 61 | 201 | 62 | 76 | 0 | 61 | 373 | 55 | 43 |
| Binary | 1000000 | 110001 | 10000001 | 110010 | 111110 | 0 | 110001 | 11111011 | 101101 | 100011 |
Color Harmonies of #403181
Complementary color
Monochromatic Colors of #403181
Black with #403181
Text Example
Text Example
White with #403181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403181; }
p { color: rgb(64,49,129); }
H1.HeaderClassName
{
color: #403181;
}
.AnyTagClassName
{
color: #403181;
}
</style>
background-color css
<style>
a { background-color: #403181; }
a { background-color: rgb(64,49,129); }
div.DivClassName
{
background-color: #403181;
}
.BgClassName
{
background-color: #403181;
}
</style>
border-color css
<style>
span { border-color: #403181; }
span { border-color: rgb(64,49,129); }
td.TdClassName
{
border-color: #403181;
}
.TagClassName
{
border-color: #403181;
}
</style>