Shades of Violent Violet #2E1A4C
Tints of Violent Violet #2E1A4C
RGB
CMYK
RGB Variations
Color information
#2E1A4C (or 0x2E1A4C) is known color: Violent Violet. HEX triplet: 2E, 1A and 4C. RGB value is (46,26,76). Sum of RGB (Red+Green+Blue) = 46+26+76=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E1A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A4C is #D1E5B3. Grayscale: #252525. Windows color (decimal): -13755828 or 4987438. OLE color: 4987438.
HSL color Cylindrical-coordinate representation of color #2E1A4C: hue angle of 264º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E1A4C is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 26 | 76 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.70 |
| HSL | 264º | 0.49% | 0.2% | - |
| HSV(B) | 264º | 0.66% | 0.3% | - |
| XYZ | 2.8 | 1.84 | 7.05 | - |
| YUV | 37.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 76 | 0.39 | 0.66 | 0 | 0.70 | 264 | 0.49 | 0.2 |
| Hex | 2E | 1A | 4C | 27 | 42 | 0 | 46 | 108 | 31 | 14 |
| Octal | 56 | 32 | 114 | 47 | 102 | 0 | 106 | 410 | 61 | 24 |
| Binary | 101110 | 11010 | 1001100 | 100111 | 1000010 | 0 | 1000110 | 100001000 | 110001 | 10100 |
Color Harmonies of #2E1A4C
Complementary color
Monochromatic Colors of #2E1A4C
Black with #2E1A4C
Text Example
Text Example
White with #2E1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A4C; }
p { color: rgb(46,26,76); }
H1.HeaderClassName
{
color: #2E1A4C;
}
.AnyTagClassName
{
color: #2E1A4C;
}
</style>
background-color css
<style>
a { background-color: #2E1A4C; }
a { background-color: rgb(46,26,76); }
div.DivClassName
{
background-color: #2E1A4C;
}
.BgClassName
{
background-color: #2E1A4C;
}
</style>
border-color css
<style>
span { border-color: #2E1A4C; }
span { border-color: rgb(46,26,76); }
td.TdClassName
{
border-color: #2E1A4C;
}
.TagClassName
{
border-color: #2E1A4C;
}
</style>