Shades of Violent Violet #2F1F49
Tints of Violent Violet #2F1F49
RGB
CMYK
RGB Variations
Color information
#2F1F49 (or 0x2F1F49) is known color: Violent Violet. HEX triplet: 2F, 1F and 49. RGB value is (47,31,73). Sum of RGB (Red+Green+Blue) = 47+31+73=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F1F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F49 is #D0E0B6. Grayscale: #282828. Windows color (decimal): -13689015 or 4792111. OLE color: 4792111.
HSL color Cylindrical-coordinate representation of color #2F1F49: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F1F49 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 31 | 73 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.71 |
| HSL | 262.86º | 0.4% | 0.2% | - |
| HSV(B) | 262.86º | 0.58% | 0.29% | - |
| XYZ | 2.86 | 2.07 | 6.55 | - |
| YUV | 40.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 73 | 0.36 | 0.58 | 0 | 0.71 | 262.86 | 0.4 | 0.2 |
| Hex | 2F | 1F | 49 | 24 | 3A | 0 | 47 | 107 | 28 | 14 |
| Octal | 57 | 37 | 111 | 44 | 72 | 0 | 107 | 407 | 50 | 24 |
| Binary | 101111 | 11111 | 1001001 | 100100 | 111010 | 0 | 1000111 | 100000111 | 101000 | 10100 |
Color Harmonies of #2F1F49
Complementary color
Monochromatic Colors of #2F1F49
Black with #2F1F49
Text Example
Text Example
White with #2F1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1F49; }
p { color: rgb(47,31,73); }
H1.HeaderClassName
{
color: #2F1F49;
}
.AnyTagClassName
{
color: #2F1F49;
}
</style>
background-color css
<style>
a { background-color: #2F1F49; }
a { background-color: rgb(47,31,73); }
div.DivClassName
{
background-color: #2F1F49;
}
.BgClassName
{
background-color: #2F1F49;
}
</style>
border-color css
<style>
span { border-color: #2F1F49; }
span { border-color: rgb(47,31,73); }
td.TdClassName
{
border-color: #2F1F49;
}
.TagClassName
{
border-color: #2F1F49;
}
</style>