Shades of Violent Violet #2F224B
Tints of Violent Violet #2F224B
RGB
CMYK
RGB Variations
Color information
#2F224B (or 0x2F224B) is known color: Violent Violet. HEX triplet: 2F, 22 and 4B. RGB value is (47,34,75). Sum of RGB (Red+Green+Blue) = 47+34+75=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F224B is #D0DDB4. Grayscale: #2A2A2A. Windows color (decimal): -13688245 or 4923951. OLE color: 4923951.
HSL color Cylindrical-coordinate representation of color #2F224B: hue angle of 259.02º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F224B is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 34 | 75 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.71 |
| HSL | 259.02º | 0.38% | 0.21% | - |
| HSV(B) | 259.02º | 0.55% | 0.29% | - |
| XYZ | 3.01 | 2.26 | 6.93 | - |
| YUV | 42.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 75 | 0.37 | 0.55 | 0 | 0.71 | 259.02 | 0.38 | 0.21 |
| Hex | 2F | 22 | 4B | 25 | 37 | 0 | 47 | 103 | 26 | 15 |
| Octal | 57 | 42 | 113 | 45 | 67 | 0 | 107 | 403 | 46 | 25 |
| Binary | 101111 | 100010 | 1001011 | 100101 | 110111 | 0 | 1000111 | 100000011 | 100110 | 10101 |
Color Harmonies of #2F224B
Complementary color
Monochromatic Colors of #2F224B
Black with #2F224B
Text Example
Text Example
White with #2F224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F224B; }
p { color: rgb(47,34,75); }
H1.HeaderClassName
{
color: #2F224B;
}
.AnyTagClassName
{
color: #2F224B;
}
</style>
background-color css
<style>
a { background-color: #2F224B; }
a { background-color: rgb(47,34,75); }
div.DivClassName
{
background-color: #2F224B;
}
.BgClassName
{
background-color: #2F224B;
}
</style>
border-color css
<style>
span { border-color: #2F224B; }
span { border-color: rgb(47,34,75); }
td.TdClassName
{
border-color: #2F224B;
}
.TagClassName
{
border-color: #2F224B;
}
</style>