Shades of Violent Violet #2F2253
Tints of Violent Violet #2F2253
RGB
CMYK
RGB Variations
Color information
#2F2253 (or 0x2F2253) is known color: Violent Violet. HEX triplet: 2F, 22 and 53. RGB value is (47,34,83). Sum of RGB (Red+Green+Blue) = 47+34+83=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F2253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2253 is #D0DDAC. Grayscale: #2B2B2B. Windows color (decimal): -13688237 or 5448239. OLE color: 5448239.
HSL color Cylindrical-coordinate representation of color #2F2253: hue angle of 255.92º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F2253 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 34 | 83 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.67 |
| HSL | 255.92º | 0.42% | 0.23% | - |
| HSV(B) | 255.92º | 0.59% | 0.33% | - |
| XYZ | 3.31 | 2.37 | 8.47 | - |
| YUV | 43.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 83 | 0.43 | 0.59 | 0 | 0.67 | 255.92 | 0.42 | 0.23 |
| Hex | 2F | 22 | 53 | 2B | 3B | 0 | 43 | 100 | 2A | 17 |
| Octal | 57 | 42 | 123 | 53 | 73 | 0 | 103 | 400 | 52 | 27 |
| Binary | 101111 | 100010 | 1010011 | 101011 | 111011 | 0 | 1000011 | 100000000 | 101010 | 10111 |
Color Harmonies of #2F2253
Complementary color
Monochromatic Colors of #2F2253
Black with #2F2253
Text Example
Text Example
White with #2F2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2253; }
p { color: rgb(47,34,83); }
H1.HeaderClassName
{
color: #2F2253;
}
.AnyTagClassName
{
color: #2F2253;
}
</style>
background-color css
<style>
a { background-color: #2F2253; }
a { background-color: rgb(47,34,83); }
div.DivClassName
{
background-color: #2F2253;
}
.BgClassName
{
background-color: #2F2253;
}
</style>
border-color css
<style>
span { border-color: #2F2253; }
span { border-color: rgb(47,34,83); }
td.TdClassName
{
border-color: #2F2253;
}
.TagClassName
{
border-color: #2F2253;
}
</style>