Shades of Violent Violet #2F2048
Tints of Violent Violet #2F2048
RGB
CMYK
RGB Variations
Color information
#2F2048 (or 0x2F2048) is known color: Violent Violet. HEX triplet: 2F, 20 and 48. RGB value is (47,32,72). Sum of RGB (Red+Green+Blue) = 47+32+72=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2048 is #D0DFB7. Grayscale: #282828. Windows color (decimal): -13688760 or 4726831. OLE color: 4726831.
HSL color Cylindrical-coordinate representation of color #2F2048: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F2048 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 32 | 72 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.72 |
| HSL | 262.5º | 0.38% | 0.2% | - |
| HSV(B) | 262.5º | 0.56% | 0.28% | - |
| XYZ | 2.86 | 2.11 | 6.39 | - |
| YUV | 41.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 72 | 0.35 | 0.56 | 0 | 0.72 | 262.5 | 0.38 | 0.2 |
| Hex | 2F | 20 | 48 | 23 | 38 | 0 | 48 | 106 | 26 | 14 |
| Octal | 57 | 40 | 110 | 43 | 70 | 0 | 110 | 406 | 46 | 24 |
| Binary | 101111 | 100000 | 1001000 | 100011 | 111000 | 0 | 1001000 | 100000110 | 100110 | 10100 |
Color Harmonies of #2F2048
Complementary color
Monochromatic Colors of #2F2048
Black with #2F2048
Text Example
Text Example
White with #2F2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2048; }
p { color: rgb(47,32,72); }
H1.HeaderClassName
{
color: #2F2048;
}
.AnyTagClassName
{
color: #2F2048;
}
</style>
background-color css
<style>
a { background-color: #2F2048; }
a { background-color: rgb(47,32,72); }
div.DivClassName
{
background-color: #2F2048;
}
.BgClassName
{
background-color: #2F2048;
}
</style>
border-color css
<style>
span { border-color: #2F2048; }
span { border-color: rgb(47,32,72); }
td.TdClassName
{
border-color: #2F2048;
}
.TagClassName
{
border-color: #2F2048;
}
</style>