Shades of Violent Violet #2E144F
Tints of Violent Violet #2E144F
RGB
CMYK
RGB Variations
Color information
#2E144F (or 0x2E144F) is known color: Violent Violet. HEX triplet: 2E, 14 and 4F. RGB value is (46,20,79). Sum of RGB (Red+Green+Blue) = 46+20+79=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E144F is #D1EBB0. Grayscale: #222222. Windows color (decimal): -13757361 or 5182510. OLE color: 5182510.
HSL color Cylindrical-coordinate representation of color #2E144F: hue angle of 266.44º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E144F is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 20 | 79 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.69 |
| HSL | 266.44º | 0.6% | 0.19% | - |
| HSV(B) | 266.44º | 0.75% | 0.31% | - |
| XYZ | 2.79 | 1.65 | 7.57 | - |
| YUV | 34.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 79 | 0.42 | 0.75 | 0 | 0.69 | 266.44 | 0.6 | 0.19 |
| Hex | 2E | 14 | 4F | 2A | 4B | 0 | 45 | 10A | 3C | 13 |
| Octal | 56 | 24 | 117 | 52 | 113 | 0 | 105 | 412 | 74 | 23 |
| Binary | 101110 | 10100 | 1001111 | 101010 | 1001011 | 0 | 1000101 | 100001010 | 111100 | 10011 |
Color Harmonies of #2E144F
Complementary color
Monochromatic Colors of #2E144F
Black with #2E144F
Text Example
Text Example
White with #2E144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E144F; }
p { color: rgb(46,20,79); }
H1.HeaderClassName
{
color: #2E144F;
}
.AnyTagClassName
{
color: #2E144F;
}
</style>
background-color css
<style>
a { background-color: #2E144F; }
a { background-color: rgb(46,20,79); }
div.DivClassName
{
background-color: #2E144F;
}
.BgClassName
{
background-color: #2E144F;
}
</style>
border-color css
<style>
span { border-color: #2E144F; }
span { border-color: rgb(46,20,79); }
td.TdClassName
{
border-color: #2E144F;
}
.TagClassName
{
border-color: #2E144F;
}
</style>