Shades of Violent Violet #311E47
Tints of Violent Violet #311E47
RGB
CMYK
RGB Variations
Color information
#311E47 (or 0x311E47) is known color: Violent Violet. HEX triplet: 31, 1E and 47. RGB value is (49,30,71). Sum of RGB (Red+Green+Blue) = 49+30+71=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #311E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E47 is #CEE1B8. Grayscale: #282828. Windows color (decimal): -13558201 or 4660785. OLE color: 4660785.
HSL color Cylindrical-coordinate representation of color #311E47: hue angle of 267.8º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #311E47 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 30 | 71 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.72 |
| HSL | 267.8º | 0.41% | 0.2% | - |
| HSV(B) | 267.8º | 0.58% | 0.28% | - |
| XYZ | 2.87 | 2.04 | 6.2 | - |
| YUV | 40.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 71 | 0.31 | 0.58 | 0 | 0.72 | 267.8 | 0.41 | 0.2 |
| Hex | 31 | 1E | 47 | 1F | 3A | 0 | 48 | 10C | 29 | 14 |
| Octal | 61 | 36 | 107 | 37 | 72 | 0 | 110 | 414 | 51 | 24 |
| Binary | 110001 | 11110 | 1000111 | 11111 | 111010 | 0 | 1001000 | 100001100 | 101001 | 10100 |
Color Harmonies of #311E47
Complementary color
Monochromatic Colors of #311E47
Black with #311E47
Text Example
Text Example
White with #311E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E47; }
p { color: rgb(49,30,71); }
H1.HeaderClassName
{
color: #311E47;
}
.AnyTagClassName
{
color: #311E47;
}
</style>
background-color css
<style>
a { background-color: #311E47; }
a { background-color: rgb(49,30,71); }
div.DivClassName
{
background-color: #311E47;
}
.BgClassName
{
background-color: #311E47;
}
</style>
border-color css
<style>
span { border-color: #311E47; }
span { border-color: rgb(49,30,71); }
td.TdClassName
{
border-color: #311E47;
}
.TagClassName
{
border-color: #311E47;
}
</style>