Shades of Violent Violet #2E1A55
Tints of Violent Violet #2E1A55
RGB
CMYK
RGB Variations
Color information
#2E1A55 (or 0x2E1A55) is known color: Violent Violet. HEX triplet: 2E, 1A and 55. RGB value is (46,26,85). Sum of RGB (Red+Green+Blue) = 46+26+85=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E1A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A55 is #D1E5AA. Grayscale: #262626. Windows color (decimal): -13755819 or 5577262. OLE color: 5577262.
HSL color Cylindrical-coordinate representation of color #2E1A55: hue angle of 260.34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E1A55 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 26 | 85 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.67 |
| HSL | 260.34º | 0.53% | 0.22% | - |
| HSV(B) | 260.34º | 0.69% | 0.33% | - |
| XYZ | 3.14 | 1.98 | 8.81 | - |
| YUV | 38.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 85 | 0.46 | 0.69 | 0 | 0.67 | 260.34 | 0.53 | 0.22 |
| Hex | 2E | 1A | 55 | 2E | 45 | 0 | 43 | 104 | 35 | 16 |
| Octal | 56 | 32 | 125 | 56 | 105 | 0 | 103 | 404 | 65 | 26 |
| Binary | 101110 | 11010 | 1010101 | 101110 | 1000101 | 0 | 1000011 | 100000100 | 110101 | 10110 |
Color Harmonies of #2E1A55
Complementary color
Monochromatic Colors of #2E1A55
Black with #2E1A55
Text Example
Text Example
White with #2E1A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A55; }
p { color: rgb(46,26,85); }
H1.HeaderClassName
{
color: #2E1A55;
}
.AnyTagClassName
{
color: #2E1A55;
}
</style>
background-color css
<style>
a { background-color: #2E1A55; }
a { background-color: rgb(46,26,85); }
div.DivClassName
{
background-color: #2E1A55;
}
.BgClassName
{
background-color: #2E1A55;
}
</style>
border-color css
<style>
span { border-color: #2E1A55; }
span { border-color: rgb(46,26,85); }
td.TdClassName
{
border-color: #2E1A55;
}
.TagClassName
{
border-color: #2E1A55;
}
</style>