Shades of Violent Violet #2F1551
Tints of Violent Violet #2F1551
RGB
CMYK
RGB Variations
Color information
#2F1551 (or 0x2F1551) is known color: Violent Violet. HEX triplet: 2F, 15 and 51. RGB value is (47,21,81). Sum of RGB (Red+Green+Blue) = 47+21+81=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F1551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1551 is #D0EAAE. Grayscale: #232323. Windows color (decimal): -13691567 or 5313839. OLE color: 5313839.
HSL color Cylindrical-coordinate representation of color #2F1551: hue angle of 266º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F1551 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 21 | 81 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.68 |
| HSL | 266º | 0.59% | 0.2% | - |
| HSV(B) | 266º | 0.74% | 0.32% | - |
| XYZ | 2.93 | 1.73 | 7.97 | - |
| YUV | 35.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 81 | 0.42 | 0.74 | 0 | 0.68 | 266 | 0.59 | 0.2 |
| Hex | 2F | 15 | 51 | 2A | 4A | 0 | 44 | 10A | 3B | 14 |
| Octal | 57 | 25 | 121 | 52 | 112 | 0 | 104 | 412 | 73 | 24 |
| Binary | 101111 | 10101 | 1010001 | 101010 | 1001010 | 0 | 1000100 | 100001010 | 111011 | 10100 |
Color Harmonies of #2F1551
Complementary color
Monochromatic Colors of #2F1551
Black with #2F1551
Text Example
Text Example
White with #2F1551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1551; }
p { color: rgb(47,21,81); }
H1.HeaderClassName
{
color: #2F1551;
}
.AnyTagClassName
{
color: #2F1551;
}
</style>
background-color css
<style>
a { background-color: #2F1551; }
a { background-color: rgb(47,21,81); }
div.DivClassName
{
background-color: #2F1551;
}
.BgClassName
{
background-color: #2F1551;
}
</style>
border-color css
<style>
span { border-color: #2F1551; }
span { border-color: rgb(47,21,81); }
td.TdClassName
{
border-color: #2F1551;
}
.TagClassName
{
border-color: #2F1551;
}
</style>