Shades of Violent Violet #312142
Tints of Violent Violet #312142
RGB
CMYK
RGB Variations
Color information
#312142 (or 0x312142) is known color: Violent Violet. HEX triplet: 31, 21 and 42. RGB value is (49,33,66). Sum of RGB (Red+Green+Blue) = 49+33+66=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #312142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312142 is #CEDEBD. Grayscale: #292929. Windows color (decimal): -13557438 or 4333873. OLE color: 4333873.
HSL color Cylindrical-coordinate representation of color #312142: hue angle of 269.09º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #312142 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 33 | 66 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.74 |
| HSL | 269.09º | 0.33% | 0.19% | - |
| HSV(B) | 269.09º | 0.5% | 0.26% | - |
| XYZ | 2.79 | 2.13 | 5.42 | - |
| YUV | 41.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 66 | 0.26 | 0.5 | 0 | 0.74 | 269.09 | 0.33 | 0.19 |
| Hex | 31 | 21 | 42 | 1A | 32 | 0 | 4A | 10D | 21 | 13 |
| Octal | 61 | 41 | 102 | 32 | 62 | 0 | 112 | 415 | 41 | 23 |
| Binary | 110001 | 100001 | 1000010 | 11010 | 110010 | 0 | 1001010 | 100001101 | 100001 | 10011 |
Color Harmonies of #312142
Complementary color
Monochromatic Colors of #312142
Black with #312142
Text Example
Text Example
White with #312142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312142; }
p { color: rgb(49,33,66); }
H1.HeaderClassName
{
color: #312142;
}
.AnyTagClassName
{
color: #312142;
}
</style>
background-color css
<style>
a { background-color: #312142; }
a { background-color: rgb(49,33,66); }
div.DivClassName
{
background-color: #312142;
}
.BgClassName
{
background-color: #312142;
}
</style>
border-color css
<style>
span { border-color: #312142; }
span { border-color: rgb(49,33,66); }
td.TdClassName
{
border-color: #312142;
}
.TagClassName
{
border-color: #312142;
}
</style>