Shades of Violent Violet #2F2244
Tints of Violent Violet #2F2244
RGB
CMYK
RGB Variations
Color information
#2F2244 (or 0x2F2244) is known color: Violent Violet. HEX triplet: 2F, 22 and 44. RGB value is (47,34,68). Sum of RGB (Red+Green+Blue) = 47+34+68=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #2F2244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2244 is #D0DDBB. Grayscale: #292929. Windows color (decimal): -13688252 or 4465199. OLE color: 4465199.
HSL color Cylindrical-coordinate representation of color #2F2244: hue angle of 262.94º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F2244 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 34 | 68 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.73 |
| HSL | 262.94º | 0.33% | 0.2% | - |
| HSV(B) | 262.94º | 0.5% | 0.27% | - |
| XYZ | 2.79 | 2.17 | 5.74 | - |
| YUV | 41.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 68 | 0.31 | 0.50 | 0 | 0.73 | 262.94 | 0.33 | 0.2 |
| Hex | 2F | 22 | 44 | 1F | 32 | 0 | 49 | 107 | 21 | 14 |
| Octal | 57 | 42 | 104 | 37 | 62 | 0 | 111 | 407 | 41 | 24 |
| Binary | 101111 | 100010 | 1000100 | 11111 | 110010 | 0 | 1001001 | 100000111 | 100001 | 10100 |
Color Harmonies of #2F2244
Complementary color
Monochromatic Colors of #2F2244
Black with #2F2244
Text Example
Text Example
White with #2F2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2244; }
p { color: rgb(47,34,68); }
H1.HeaderClassName
{
color: #2F2244;
}
.AnyTagClassName
{
color: #2F2244;
}
</style>
background-color css
<style>
a { background-color: #2F2244; }
a { background-color: rgb(47,34,68); }
div.DivClassName
{
background-color: #2F2244;
}
.BgClassName
{
background-color: #2F2244;
}
</style>
border-color css
<style>
span { border-color: #2F2244; }
span { border-color: rgb(47,34,68); }
td.TdClassName
{
border-color: #2F2244;
}
.TagClassName
{
border-color: #2F2244;
}
</style>