Shades of Violent Violet #2E1A4B
Tints of Violent Violet #2E1A4B
RGB
CMYK
RGB Variations
Color information
#2E1A4B (or 0x2E1A4B) is known color: Violent Violet. HEX triplet: 2E, 1A and 4B. RGB value is (46,26,75). Sum of RGB (Red+Green+Blue) = 46+26+75=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E1A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A4B is #D1E5B4. Grayscale: #252525. Windows color (decimal): -13755829 or 4921902. OLE color: 4921902.
HSL color Cylindrical-coordinate representation of color #2E1A4B: hue angle of 264.49º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1A4B is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 26 | 75 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.71 |
| HSL | 264.49º | 0.49% | 0.2% | - |
| HSV(B) | 264.49º | 0.65% | 0.29% | - |
| XYZ | 2.77 | 1.83 | 6.86 | - |
| YUV | 37.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 75 | 0.39 | 0.65 | 0 | 0.71 | 264.49 | 0.49 | 0.2 |
| Hex | 2E | 1A | 4B | 27 | 41 | 0 | 47 | 108 | 31 | 14 |
| Octal | 56 | 32 | 113 | 47 | 101 | 0 | 107 | 410 | 61 | 24 |
| Binary | 101110 | 11010 | 1001011 | 100111 | 1000001 | 0 | 1000111 | 100001000 | 110001 | 10100 |
Color Harmonies of #2E1A4B
Complementary color
Monochromatic Colors of #2E1A4B
Black with #2E1A4B
Text Example
Text Example
White with #2E1A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A4B; }
p { color: rgb(46,26,75); }
H1.HeaderClassName
{
color: #2E1A4B;
}
.AnyTagClassName
{
color: #2E1A4B;
}
</style>
background-color css
<style>
a { background-color: #2E1A4B; }
a { background-color: rgb(46,26,75); }
div.DivClassName
{
background-color: #2E1A4B;
}
.BgClassName
{
background-color: #2E1A4B;
}
</style>
border-color css
<style>
span { border-color: #2E1A4B; }
span { border-color: rgb(46,26,75); }
td.TdClassName
{
border-color: #2E1A4B;
}
.TagClassName
{
border-color: #2E1A4B;
}
</style>