Shades of Violent Violet #2F2353
Tints of Violent Violet #2F2353
RGB
CMYK
RGB Variations
Color information
#2F2353 (or 0x2F2353) is known color: Violent Violet. HEX triplet: 2F, 23 and 53. RGB value is (47,35,83). Sum of RGB (Red+Green+Blue) = 47+35+83=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2353 is #D0DCAC. Grayscale: #2B2B2B. Windows color (decimal): -13687981 or 5448495. OLE color: 5448495.
HSL color Cylindrical-coordinate representation of color #2F2353: hue angle of 255º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2353 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 35 | 83 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.67 |
| HSL | 255º | 0.41% | 0.23% | - |
| HSV(B) | 255º | 0.58% | 0.33% | - |
| XYZ | 3.33 | 2.43 | 8.48 | - |
| YUV | 44.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 83 | 0.43 | 0.58 | 0 | 0.67 | 255 | 0.41 | 0.23 |
| Hex | 2F | 23 | 53 | 2B | 3A | 0 | 43 | FF | 29 | 17 |
| Octal | 57 | 43 | 123 | 53 | 72 | 0 | 103 | 377 | 51 | 27 |
| Binary | 101111 | 100011 | 1010011 | 101011 | 111010 | 0 | 1000011 | 11111111 | 101001 | 10111 |
Color Harmonies of #2F2353
Complementary color
Monochromatic Colors of #2F2353
Black with #2F2353
Text Example
Text Example
White with #2F2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2353; }
p { color: rgb(47,35,83); }
H1.HeaderClassName
{
color: #2F2353;
}
.AnyTagClassName
{
color: #2F2353;
}
</style>
background-color css
<style>
a { background-color: #2F2353; }
a { background-color: rgb(47,35,83); }
div.DivClassName
{
background-color: #2F2353;
}
.BgClassName
{
background-color: #2F2353;
}
</style>
border-color css
<style>
span { border-color: #2F2353; }
span { border-color: rgb(47,35,83); }
td.TdClassName
{
border-color: #2F2353;
}
.TagClassName
{
border-color: #2F2353;
}
</style>