Shades of Violent Violet #2F234D
Tints of Violent Violet #2F234D
RGB
CMYK
RGB Variations
Color information
#2F234D (or 0x2F234D) is known color: Violent Violet. HEX triplet: 2F, 23 and 4D. RGB value is (47,35,77). Sum of RGB (Red+Green+Blue) = 47+35+77=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F234D is #D0DCB2. Grayscale: #2B2B2B. Windows color (decimal): -13687987 or 5055279. OLE color: 5055279.
HSL color Cylindrical-coordinate representation of color #2F234D: hue angle of 257.14º 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 #2F234D is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 35 | 77 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.70 |
| HSL | 257.14º | 0.38% | 0.22% | - |
| HSV(B) | 257.14º | 0.55% | 0.3% | - |
| XYZ | 3.11 | 2.34 | 7.31 | - |
| YUV | 43.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 77 | 0.39 | 0.55 | 0 | 0.70 | 257.14 | 0.38 | 0.22 |
| Hex | 2F | 23 | 4D | 27 | 37 | 0 | 46 | 101 | 26 | 16 |
| Octal | 57 | 43 | 115 | 47 | 67 | 0 | 106 | 401 | 46 | 26 |
| Binary | 101111 | 100011 | 1001101 | 100111 | 110111 | 0 | 1000110 | 100000001 | 100110 | 10110 |
Color Harmonies of #2F234D
Complementary color
Monochromatic Colors of #2F234D
Black with #2F234D
Text Example
Text Example
White with #2F234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F234D; }
p { color: rgb(47,35,77); }
H1.HeaderClassName
{
color: #2F234D;
}
.AnyTagClassName
{
color: #2F234D;
}
</style>
background-color css
<style>
a { background-color: #2F234D; }
a { background-color: rgb(47,35,77); }
div.DivClassName
{
background-color: #2F234D;
}
.BgClassName
{
background-color: #2F234D;
}
</style>
border-color css
<style>
span { border-color: #2F234D; }
span { border-color: rgb(47,35,77); }
td.TdClassName
{
border-color: #2F234D;
}
.TagClassName
{
border-color: #2F234D;
}
</style>