Shades of Violent Violet #2F1947
Tints of Violent Violet #2F1947
RGB
CMYK
RGB Variations
Color information
#2F1947 (or 0x2F1947) is known color: Violent Violet. HEX triplet: 2F, 19 and 47. RGB value is (47,25,71). Sum of RGB (Red+Green+Blue) = 47+25+71=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F1947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1947 is #D0E6B8. Grayscale: #242424. Windows color (decimal): -13690553 or 4659503. OLE color: 4659503.
HSL color Cylindrical-coordinate representation of color #2F1947: hue angle of 268.7º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F1947 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 25 | 71 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.72 |
| HSL | 268.7º | 0.48% | 0.19% | - |
| HSV(B) | 268.7º | 0.65% | 0.28% | - |
| XYZ | 2.66 | 1.75 | 6.16 | - |
| YUV | 36.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 71 | 0.34 | 0.65 | 0 | 0.72 | 268.7 | 0.48 | 0.19 |
| Hex | 2F | 19 | 47 | 22 | 41 | 0 | 48 | 10D | 30 | 13 |
| Octal | 57 | 31 | 107 | 42 | 101 | 0 | 110 | 415 | 60 | 23 |
| Binary | 101111 | 11001 | 1000111 | 100010 | 1000001 | 0 | 1001000 | 100001101 | 110000 | 10011 |
Color Harmonies of #2F1947
Complementary color
Monochromatic Colors of #2F1947
Black with #2F1947
Text Example
Text Example
White with #2F1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1947; }
p { color: rgb(47,25,71); }
H1.HeaderClassName
{
color: #2F1947;
}
.AnyTagClassName
{
color: #2F1947;
}
</style>
background-color css
<style>
a { background-color: #2F1947; }
a { background-color: rgb(47,25,71); }
div.DivClassName
{
background-color: #2F1947;
}
.BgClassName
{
background-color: #2F1947;
}
</style>
border-color css
<style>
span { border-color: #2F1947; }
span { border-color: rgb(47,25,71); }
td.TdClassName
{
border-color: #2F1947;
}
.TagClassName
{
border-color: #2F1947;
}
</style>