Shades of Violent Violet #2E164F
Tints of Violent Violet #2E164F
RGB
CMYK
RGB Variations
Color information
#2E164F (or 0x2E164F) is known color: Violent Violet. HEX triplet: 2E, 16 and 4F. RGB value is (46,22,79). Sum of RGB (Red+Green+Blue) = 46+22+79=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E164F is #D1E9B0. Grayscale: #232323. Windows color (decimal): -13756849 or 5183022. OLE color: 5183022.
HSL color Cylindrical-coordinate representation of color #2E164F: hue angle of 265.26º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E164F is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 22 | 79 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.69 |
| HSL | 265.26º | 0.56% | 0.2% | - |
| HSV(B) | 265.26º | 0.72% | 0.31% | - |
| XYZ | 2.82 | 1.72 | 7.58 | - |
| YUV | 35.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 79 | 0.42 | 0.72 | 0 | 0.69 | 265.26 | 0.56 | 0.2 |
| Hex | 2E | 16 | 4F | 2A | 48 | 0 | 45 | 109 | 38 | 14 |
| Octal | 56 | 26 | 117 | 52 | 110 | 0 | 105 | 411 | 70 | 24 |
| Binary | 101110 | 10110 | 1001111 | 101010 | 1001000 | 0 | 1000101 | 100001001 | 111000 | 10100 |
Color Harmonies of #2E164F
Complementary color
Monochromatic Colors of #2E164F
Black with #2E164F
Text Example
Text Example
White with #2E164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E164F; }
p { color: rgb(46,22,79); }
H1.HeaderClassName
{
color: #2E164F;
}
.AnyTagClassName
{
color: #2E164F;
}
</style>
background-color css
<style>
a { background-color: #2E164F; }
a { background-color: rgb(46,22,79); }
div.DivClassName
{
background-color: #2E164F;
}
.BgClassName
{
background-color: #2E164F;
}
</style>
border-color css
<style>
span { border-color: #2E164F; }
span { border-color: rgb(46,22,79); }
td.TdClassName
{
border-color: #2E164F;
}
.TagClassName
{
border-color: #2E164F;
}
</style>