Shades of Violent Violet #2F2041
Tints of Violent Violet #2F2041
RGB
CMYK
RGB Variations
Color information
#2F2041 (or 0x2F2041) is known color: Violent Violet. HEX triplet: 2F, 20 and 41. RGB value is (47,32,65). Sum of RGB (Red+Green+Blue) = 47+32+65=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F2041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2041 is #D0DFBE. Grayscale: #282828. Windows color (decimal): -13688767 or 4268079. OLE color: 4268079.
HSL color Cylindrical-coordinate representation of color #2F2041: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F2041 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 32 | 65 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.75 |
| HSL | 267.27º | 0.34% | 0.19% | - |
| HSV(B) | 267.27º | 0.51% | 0.25% | - |
| XYZ | 2.64 | 2.02 | 5.25 | - |
| YUV | 40.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 65 | 0.28 | 0.51 | 0 | 0.75 | 267.27 | 0.34 | 0.19 |
| Hex | 2F | 20 | 41 | 1C | 33 | 0 | 4B | 10B | 22 | 13 |
| Octal | 57 | 40 | 101 | 34 | 63 | 0 | 113 | 413 | 42 | 23 |
| Binary | 101111 | 100000 | 1000001 | 11100 | 110011 | 0 | 1001011 | 100001011 | 100010 | 10011 |
Color Harmonies of #2F2041
Complementary color
Monochromatic Colors of #2F2041
Black with #2F2041
Text Example
Text Example
White with #2F2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2041; }
p { color: rgb(47,32,65); }
H1.HeaderClassName
{
color: #2F2041;
}
.AnyTagClassName
{
color: #2F2041;
}
</style>
background-color css
<style>
a { background-color: #2F2041; }
a { background-color: rgb(47,32,65); }
div.DivClassName
{
background-color: #2F2041;
}
.BgClassName
{
background-color: #2F2041;
}
</style>
border-color css
<style>
span { border-color: #2F2041; }
span { border-color: rgb(47,32,65); }
td.TdClassName
{
border-color: #2F2041;
}
.TagClassName
{
border-color: #2F2041;
}
</style>