Shades of Violent Violet #2E1453
Tints of Violent Violet #2E1453
RGB
CMYK
RGB Variations
Color information
#2E1453 (or 0x2E1453) is known color: Violent Violet. HEX triplet: 2E, 14 and 53. RGB value is (46,20,83). Sum of RGB (Red+Green+Blue) = 46+20+83=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E1453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1453 is #D1EBAC. Grayscale: #222222. Windows color (decimal): -13757357 or 5444654. OLE color: 5444654.
HSL color Cylindrical-coordinate representation of color #2E1453: hue angle of 264.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E1453 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 20 | 83 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.67 |
| HSL | 264.76º | 0.61% | 0.2% | - |
| HSV(B) | 264.76º | 0.76% | 0.33% | - |
| XYZ | 2.94 | 1.71 | 8.36 | - |
| YUV | 34.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 83 | 0.45 | 0.76 | 0 | 0.67 | 264.76 | 0.61 | 0.2 |
| Hex | 2E | 14 | 53 | 2D | 4C | 0 | 43 | 109 | 3D | 14 |
| Octal | 56 | 24 | 123 | 55 | 114 | 0 | 103 | 411 | 75 | 24 |
| Binary | 101110 | 10100 | 1010011 | 101101 | 1001100 | 0 | 1000011 | 100001001 | 111101 | 10100 |
Color Harmonies of #2E1453
Complementary color
Monochromatic Colors of #2E1453
Black with #2E1453
Text Example
Text Example
White with #2E1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1453; }
p { color: rgb(46,20,83); }
H1.HeaderClassName
{
color: #2E1453;
}
.AnyTagClassName
{
color: #2E1453;
}
</style>
background-color css
<style>
a { background-color: #2E1453; }
a { background-color: rgb(46,20,83); }
div.DivClassName
{
background-color: #2E1453;
}
.BgClassName
{
background-color: #2E1453;
}
</style>
border-color css
<style>
span { border-color: #2E1453; }
span { border-color: rgb(46,20,83); }
td.TdClassName
{
border-color: #2E1453;
}
.TagClassName
{
border-color: #2E1453;
}
</style>