Shades of Violent Violet #2F2142
Tints of Violent Violet #2F2142
RGB
CMYK
RGB Variations
Color information
#2F2142 (or 0x2F2142) is known color: Violent Violet. HEX triplet: 2F, 21 and 42. RGB value is (47,33,66). Sum of RGB (Red+Green+Blue) = 47+33+66=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #2F2142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2142 is #D0DEBD. Grayscale: #282828. Windows color (decimal): -13688510 or 4333871. OLE color: 4333871.
HSL color Cylindrical-coordinate representation of color #2F2142: hue angle of 265.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F2142 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 33 | 66 | - |
| CMYK | 0.29 | 0.5 | 0 | 0.74 |
| HSL | 265.45º | 0.33% | 0.19% | - |
| HSV(B) | 265.45º | 0.5% | 0.26% | - |
| XYZ | 2.7 | 2.09 | 5.41 | - |
| YUV | 40.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 66 | 0.29 | 0.5 | 0 | 0.74 | 265.45 | 0.33 | 0.19 |
| Hex | 2F | 21 | 42 | 1D | 32 | 0 | 4A | 109 | 21 | 13 |
| Octal | 57 | 41 | 102 | 35 | 62 | 0 | 112 | 411 | 41 | 23 |
| Binary | 101111 | 100001 | 1000010 | 11101 | 110010 | 0 | 1001010 | 100001001 | 100001 | 10011 |
Color Harmonies of #2F2142
Complementary color
Monochromatic Colors of #2F2142
Black with #2F2142
Text Example
Text Example
White with #2F2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2142; }
p { color: rgb(47,33,66); }
H1.HeaderClassName
{
color: #2F2142;
}
.AnyTagClassName
{
color: #2F2142;
}
</style>
background-color css
<style>
a { background-color: #2F2142; }
a { background-color: rgb(47,33,66); }
div.DivClassName
{
background-color: #2F2142;
}
.BgClassName
{
background-color: #2F2142;
}
</style>
border-color css
<style>
span { border-color: #2F2142; }
span { border-color: rgb(47,33,66); }
td.TdClassName
{
border-color: #2F2142;
}
.TagClassName
{
border-color: #2F2142;
}
</style>