Shades of Violent Violet #2F2350
Tints of Violent Violet #2F2350
RGB
CMYK
RGB Variations
Color information
#2F2350 (or 0x2F2350) is known color: Violent Violet. HEX triplet: 2F, 23 and 50. RGB value is (47,35,80). Sum of RGB (Red+Green+Blue) = 47+35+80=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2350 is #D0DCAF. Grayscale: #2B2B2B. Windows color (decimal): -13687984 or 5251887. OLE color: 5251887.
HSL color Cylindrical-coordinate representation of color #2F2350: hue angle of 256º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F2350 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 35 | 80 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.69 |
| HSL | 256º | 0.39% | 0.23% | - |
| HSV(B) | 256º | 0.56% | 0.31% | - |
| XYZ | 3.22 | 2.39 | 7.88 | - |
| YUV | 43.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 80 | 0.41 | 0.56 | 0 | 0.69 | 256 | 0.39 | 0.23 |
| Hex | 2F | 23 | 50 | 29 | 38 | 0 | 45 | 100 | 27 | 17 |
| Octal | 57 | 43 | 120 | 51 | 70 | 0 | 105 | 400 | 47 | 27 |
| Binary | 101111 | 100011 | 1010000 | 101001 | 111000 | 0 | 1000101 | 100000000 | 100111 | 10111 |
Color Harmonies of #2F2350
Complementary color
Monochromatic Colors of #2F2350
Black with #2F2350
Text Example
Text Example
White with #2F2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2350; }
p { color: rgb(47,35,80); }
H1.HeaderClassName
{
color: #2F2350;
}
.AnyTagClassName
{
color: #2F2350;
}
</style>
background-color css
<style>
a { background-color: #2F2350; }
a { background-color: rgb(47,35,80); }
div.DivClassName
{
background-color: #2F2350;
}
.BgClassName
{
background-color: #2F2350;
}
</style>
border-color css
<style>
span { border-color: #2F2350; }
span { border-color: rgb(47,35,80); }
td.TdClassName
{
border-color: #2F2350;
}
.TagClassName
{
border-color: #2F2350;
}
</style>