Shades of Violent Violet #2F114F
Tints of Violent Violet #2F114F
RGB
CMYK
RGB Variations
Color information
#2F114F (or 0x2F114F) is known color: Violent Violet. HEX triplet: 2F, 11 and 4F. RGB value is (47,17,79). Sum of RGB (Red+Green+Blue) = 47+17+79=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F114F is #D0EEB0. Grayscale: #202020. Windows color (decimal): -13692593 or 5181743. OLE color: 5181743.
HSL color Cylindrical-coordinate representation of color #2F114F: hue angle of 269.03º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F114F is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 17 | 79 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.69 |
| HSL | 269.03º | 0.65% | 0.19% | - |
| HSV(B) | 269.03º | 0.78% | 0.31% | - |
| XYZ | 2.78 | 1.57 | 7.55 | - |
| YUV | 33.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 79 | 0.41 | 0.78 | 0 | 0.69 | 269.03 | 0.65 | 0.19 |
| Hex | 2F | 11 | 4F | 29 | 4E | 0 | 45 | 10D | 41 | 13 |
| Octal | 57 | 21 | 117 | 51 | 116 | 0 | 105 | 415 | 101 | 23 |
| Binary | 101111 | 10001 | 1001111 | 101001 | 1001110 | 0 | 1000101 | 100001101 | 1000001 | 10011 |
Color Harmonies of #2F114F
Complementary color
Monochromatic Colors of #2F114F
Black with #2F114F
Text Example
Text Example
White with #2F114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F114F; }
p { color: rgb(47,17,79); }
H1.HeaderClassName
{
color: #2F114F;
}
.AnyTagClassName
{
color: #2F114F;
}
</style>
background-color css
<style>
a { background-color: #2F114F; }
a { background-color: rgb(47,17,79); }
div.DivClassName
{
background-color: #2F114F;
}
.BgClassName
{
background-color: #2F114F;
}
</style>
border-color css
<style>
span { border-color: #2F114F; }
span { border-color: rgb(47,17,79); }
td.TdClassName
{
border-color: #2F114F;
}
.TagClassName
{
border-color: #2F114F;
}
</style>