Shades of Violent Violet #311F44
Tints of Violent Violet #311F44
RGB
CMYK
RGB Variations
Color information
#311F44 (or 0x311F44) is known color: Violent Violet. HEX triplet: 31, 1F and 44. RGB value is (49,31,68). Sum of RGB (Red+Green+Blue) = 49+31+68=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #311F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F44 is #CEE0BB. Grayscale: #282828. Windows color (decimal): -13557948 or 4464433. OLE color: 4464433.
HSL color Cylindrical-coordinate representation of color #311F44: hue angle of 269.19º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #311F44 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 31 | 68 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.73 |
| HSL | 269.19º | 0.37% | 0.19% | - |
| HSV(B) | 269.19º | 0.54% | 0.27% | - |
| XYZ | 2.8 | 2.05 | 5.72 | - |
| YUV | 40.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 68 | 0.28 | 0.54 | 0 | 0.73 | 269.19 | 0.37 | 0.19 |
| Hex | 31 | 1F | 44 | 1C | 36 | 0 | 49 | 10D | 25 | 13 |
| Octal | 61 | 37 | 104 | 34 | 66 | 0 | 111 | 415 | 45 | 23 |
| Binary | 110001 | 11111 | 1000100 | 11100 | 110110 | 0 | 1001001 | 100001101 | 100101 | 10011 |
Color Harmonies of #311F44
Complementary color
Monochromatic Colors of #311F44
Black with #311F44
Text Example
Text Example
White with #311F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F44; }
p { color: rgb(49,31,68); }
H1.HeaderClassName
{
color: #311F44;
}
.AnyTagClassName
{
color: #311F44;
}
</style>
background-color css
<style>
a { background-color: #311F44; }
a { background-color: rgb(49,31,68); }
div.DivClassName
{
background-color: #311F44;
}
.BgClassName
{
background-color: #311F44;
}
</style>
border-color css
<style>
span { border-color: #311F44; }
span { border-color: rgb(49,31,68); }
td.TdClassName
{
border-color: #311F44;
}
.TagClassName
{
border-color: #311F44;
}
</style>