Shades of Violent Violet #2F154F
Tints of Violent Violet #2F154F
RGB
CMYK
RGB Variations
Color information
#2F154F (or 0x2F154F) is known color: Violent Violet. HEX triplet: 2F, 15 and 4F. RGB value is (47,21,79). Sum of RGB (Red+Green+Blue) = 47+21+79=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F154F is #D0EAB0. Grayscale: #232323. Windows color (decimal): -13691569 or 5182767. OLE color: 5182767.
HSL color Cylindrical-coordinate representation of color #2F154F: hue angle of 266.9º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F154F is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 21 | 79 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.69 |
| HSL | 266.9º | 0.58% | 0.2% | - |
| HSV(B) | 266.9º | 0.73% | 0.31% | - |
| XYZ | 2.85 | 1.71 | 7.58 | - |
| YUV | 35.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 79 | 0.41 | 0.73 | 0 | 0.69 | 266.9 | 0.58 | 0.2 |
| Hex | 2F | 15 | 4F | 29 | 49 | 0 | 45 | 10B | 3A | 14 |
| Octal | 57 | 25 | 117 | 51 | 111 | 0 | 105 | 413 | 72 | 24 |
| Binary | 101111 | 10101 | 1001111 | 101001 | 1001001 | 0 | 1000101 | 100001011 | 111010 | 10100 |
Color Harmonies of #2F154F
Complementary color
Monochromatic Colors of #2F154F
Black with #2F154F
Text Example
Text Example
White with #2F154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F154F; }
p { color: rgb(47,21,79); }
H1.HeaderClassName
{
color: #2F154F;
}
.AnyTagClassName
{
color: #2F154F;
}
</style>
background-color css
<style>
a { background-color: #2F154F; }
a { background-color: rgb(47,21,79); }
div.DivClassName
{
background-color: #2F154F;
}
.BgClassName
{
background-color: #2F154F;
}
</style>
border-color css
<style>
span { border-color: #2F154F; }
span { border-color: rgb(47,21,79); }
td.TdClassName
{
border-color: #2F154F;
}
.TagClassName
{
border-color: #2F154F;
}
</style>