Shades of Violent Violet #311D46
Tints of Violent Violet #311D46
RGB
CMYK
RGB Variations
Color information
#311D46 (or 0x311D46) is known color: Violent Violet. HEX triplet: 31, 1D and 46. RGB value is (49,29,70). Sum of RGB (Red+Green+Blue) = 49+29+70=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #311D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D46 is #CEE2B9. Grayscale: #272727. Windows color (decimal): -13558458 or 4594993. OLE color: 4594993.
HSL color Cylindrical-coordinate representation of color #311D46: hue angle of 269.27º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311D46 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 29 | 70 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.73 |
| HSL | 269.27º | 0.41% | 0.19% | - |
| HSV(B) | 269.27º | 0.59% | 0.27% | - |
| XYZ | 2.81 | 1.97 | 6.03 | - |
| YUV | 39.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 70 | 0.30 | 0.59 | 0 | 0.73 | 269.27 | 0.41 | 0.19 |
| Hex | 31 | 1D | 46 | 1E | 3B | 0 | 49 | 10D | 29 | 13 |
| Octal | 61 | 35 | 106 | 36 | 73 | 0 | 111 | 415 | 51 | 23 |
| Binary | 110001 | 11101 | 1000110 | 11110 | 111011 | 0 | 1001001 | 100001101 | 101001 | 10011 |
Color Harmonies of #311D46
Complementary color
Monochromatic Colors of #311D46
Black with #311D46
Text Example
Text Example
White with #311D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D46; }
p { color: rgb(49,29,70); }
H1.HeaderClassName
{
color: #311D46;
}
.AnyTagClassName
{
color: #311D46;
}
</style>
background-color css
<style>
a { background-color: #311D46; }
a { background-color: rgb(49,29,70); }
div.DivClassName
{
background-color: #311D46;
}
.BgClassName
{
background-color: #311D46;
}
</style>
border-color css
<style>
span { border-color: #311D46; }
span { border-color: rgb(49,29,70); }
td.TdClassName
{
border-color: #311D46;
}
.TagClassName
{
border-color: #311D46;
}
</style>