Shades of Violent Violet #311E49
Tints of Violent Violet #311E49
RGB
CMYK
RGB Variations
Color information
#311E49 (or 0x311E49) is known color: Violent Violet. HEX triplet: 31, 1E and 49. RGB value is (49,30,73). Sum of RGB (Red+Green+Blue) = 49+30+73=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #311E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E49 is #CEE1B6. Grayscale: #282828. Windows color (decimal): -13558199 or 4791857. OLE color: 4791857.
HSL color Cylindrical-coordinate representation of color #311E49: hue angle of 266.51º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311E49 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 30 | 73 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.71 |
| HSL | 266.51º | 0.42% | 0.2% | - |
| HSV(B) | 266.51º | 0.59% | 0.29% | - |
| XYZ | 2.93 | 2.06 | 6.55 | - |
| YUV | 40.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 73 | 0.33 | 0.59 | 0 | 0.71 | 266.51 | 0.42 | 0.2 |
| Hex | 31 | 1E | 49 | 21 | 3B | 0 | 47 | 10B | 2A | 14 |
| Octal | 61 | 36 | 111 | 41 | 73 | 0 | 107 | 413 | 52 | 24 |
| Binary | 110001 | 11110 | 1001001 | 100001 | 111011 | 0 | 1000111 | 100001011 | 101010 | 10100 |
Color Harmonies of #311E49
Complementary color
Monochromatic Colors of #311E49
Black with #311E49
Text Example
Text Example
White with #311E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E49; }
p { color: rgb(49,30,73); }
H1.HeaderClassName
{
color: #311E49;
}
.AnyTagClassName
{
color: #311E49;
}
</style>
background-color css
<style>
a { background-color: #311E49; }
a { background-color: rgb(49,30,73); }
div.DivClassName
{
background-color: #311E49;
}
.BgClassName
{
background-color: #311E49;
}
</style>
border-color css
<style>
span { border-color: #311E49; }
span { border-color: rgb(49,30,73); }
td.TdClassName
{
border-color: #311E49;
}
.TagClassName
{
border-color: #311E49;
}
</style>