Shades of Violent Violet #311C49
Tints of Violent Violet #311C49
RGB
CMYK
RGB Variations
Color information
#311C49 (or 0x311C49) is known color: Violent Violet. HEX triplet: 31, 1C and 49. RGB value is (49,28,73). Sum of RGB (Red+Green+Blue) = 49+28+73=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #311C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C49 is #CEE3B6. Grayscale: #272727. Windows color (decimal): -13558711 or 4791345. OLE color: 4791345.
HSL color Cylindrical-coordinate representation of color #311C49: hue angle of 268º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #311C49 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 28 | 73 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.71 |
| HSL | 268º | 0.45% | 0.2% | - |
| HSV(B) | 268º | 0.62% | 0.29% | - |
| XYZ | 2.88 | 1.96 | 6.53 | - |
| YUV | 39.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 73 | 0.33 | 0.62 | 0 | 0.71 | 268 | 0.45 | 0.2 |
| Hex | 31 | 1C | 49 | 21 | 3E | 0 | 47 | 10C | 2D | 14 |
| Octal | 61 | 34 | 111 | 41 | 76 | 0 | 107 | 414 | 55 | 24 |
| Binary | 110001 | 11100 | 1001001 | 100001 | 111110 | 0 | 1000111 | 100001100 | 101101 | 10100 |
Color Harmonies of #311C49
Complementary color
Monochromatic Colors of #311C49
Black with #311C49
Text Example
Text Example
White with #311C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C49; }
p { color: rgb(49,28,73); }
H1.HeaderClassName
{
color: #311C49;
}
.AnyTagClassName
{
color: #311C49;
}
</style>
background-color css
<style>
a { background-color: #311C49; }
a { background-color: rgb(49,28,73); }
div.DivClassName
{
background-color: #311C49;
}
.BgClassName
{
background-color: #311C49;
}
</style>
border-color css
<style>
span { border-color: #311C49; }
span { border-color: rgb(49,28,73); }
td.TdClassName
{
border-color: #311C49;
}
.TagClassName
{
border-color: #311C49;
}
</style>