Shades of Violent Violet #2F2149
Tints of Violent Violet #2F2149
RGB
CMYK
RGB Variations
Color information
#2F2149 (or 0x2F2149) is known color: Violent Violet. HEX triplet: 2F, 21 and 49. RGB value is (47,33,73). Sum of RGB (Red+Green+Blue) = 47+33+73=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F2149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2149 is #D0DEB6. Grayscale: #292929. Windows color (decimal): -13688503 or 4792623. OLE color: 4792623.
HSL color Cylindrical-coordinate representation of color #2F2149: hue angle of 261º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F2149 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 33 | 73 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.71 |
| HSL | 261º | 0.38% | 0.21% | - |
| HSV(B) | 261º | 0.55% | 0.29% | - |
| XYZ | 2.92 | 2.17 | 6.57 | - |
| YUV | 41.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 73 | 0.36 | 0.55 | 0 | 0.71 | 261 | 0.38 | 0.21 |
| Hex | 2F | 21 | 49 | 24 | 37 | 0 | 47 | 105 | 26 | 15 |
| Octal | 57 | 41 | 111 | 44 | 67 | 0 | 107 | 405 | 46 | 25 |
| Binary | 101111 | 100001 | 1001001 | 100100 | 110111 | 0 | 1000111 | 100000101 | 100110 | 10101 |
Color Harmonies of #2F2149
Complementary color
Monochromatic Colors of #2F2149
Black with #2F2149
Text Example
Text Example
White with #2F2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2149; }
p { color: rgb(47,33,73); }
H1.HeaderClassName
{
color: #2F2149;
}
.AnyTagClassName
{
color: #2F2149;
}
</style>
background-color css
<style>
a { background-color: #2F2149; }
a { background-color: rgb(47,33,73); }
div.DivClassName
{
background-color: #2F2149;
}
.BgClassName
{
background-color: #2F2149;
}
</style>
border-color css
<style>
span { border-color: #2F2149; }
span { border-color: rgb(47,33,73); }
td.TdClassName
{
border-color: #2F2149;
}
.TagClassName
{
border-color: #2F2149;
}
</style>