Shades of Violent Violet #2F224C
Tints of Violent Violet #2F224C
RGB
CMYK
RGB Variations
Color information
#2F224C (or 0x2F224C) is known color: Violent Violet. HEX triplet: 2F, 22 and 4C. RGB value is (47,34,76). Sum of RGB (Red+Green+Blue) = 47+34+76=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F224C is #D0DDB3. Grayscale: #2A2A2A. Windows color (decimal): -13688244 or 4989487. OLE color: 4989487.
HSL color Cylindrical-coordinate representation of color #2F224C: hue angle of 258.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F224C is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 34 | 76 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.70 |
| HSL | 258.57º | 0.38% | 0.22% | - |
| HSV(B) | 258.57º | 0.55% | 0.3% | - |
| XYZ | 3.05 | 2.27 | 7.11 | - |
| YUV | 42.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 76 | 0.38 | 0.55 | 0 | 0.70 | 258.57 | 0.38 | 0.22 |
| Hex | 2F | 22 | 4C | 26 | 37 | 0 | 46 | 103 | 26 | 16 |
| Octal | 57 | 42 | 114 | 46 | 67 | 0 | 106 | 403 | 46 | 26 |
| Binary | 101111 | 100010 | 1001100 | 100110 | 110111 | 0 | 1000110 | 100000011 | 100110 | 10110 |
Color Harmonies of #2F224C
Complementary color
Monochromatic Colors of #2F224C
Black with #2F224C
Text Example
Text Example
White with #2F224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F224C; }
p { color: rgb(47,34,76); }
H1.HeaderClassName
{
color: #2F224C;
}
.AnyTagClassName
{
color: #2F224C;
}
</style>
background-color css
<style>
a { background-color: #2F224C; }
a { background-color: rgb(47,34,76); }
div.DivClassName
{
background-color: #2F224C;
}
.BgClassName
{
background-color: #2F224C;
}
</style>
border-color css
<style>
span { border-color: #2F224C; }
span { border-color: rgb(47,34,76); }
td.TdClassName
{
border-color: #2F224C;
}
.TagClassName
{
border-color: #2F224C;
}
</style>