Shades of Violent Violet #2E1D45
Tints of Violent Violet #2E1D45
RGB
CMYK
RGB Variations
Color information
#2E1D45 (or 0x2E1D45) is known color: Violent Violet. HEX triplet: 2E, 1D and 45. RGB value is (46,29,69). Sum of RGB (Red+Green+Blue) = 46+29+69=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D45 is #D1E2BA. Grayscale: #262626. Windows color (decimal): -13755067 or 4529454. OLE color: 4529454.
HSL color Cylindrical-coordinate representation of color #2E1D45: hue angle of 265.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E1D45 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 29 | 69 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.73 |
| HSL | 265.5º | 0.41% | 0.19% | - |
| HSV(B) | 265.5º | 0.58% | 0.27% | - |
| XYZ | 2.64 | 1.89 | 5.86 | - |
| YUV | 38.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 69 | 0.33 | 0.58 | 0 | 0.73 | 265.5 | 0.41 | 0.19 |
| Hex | 2E | 1D | 45 | 21 | 3A | 0 | 49 | 10A | 29 | 13 |
| Octal | 56 | 35 | 105 | 41 | 72 | 0 | 111 | 412 | 51 | 23 |
| Binary | 101110 | 11101 | 1000101 | 100001 | 111010 | 0 | 1001001 | 100001010 | 101001 | 10011 |
Color Harmonies of #2E1D45
Complementary color
Monochromatic Colors of #2E1D45
Black with #2E1D45
Text Example
Text Example
White with #2E1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D45; }
p { color: rgb(46,29,69); }
H1.HeaderClassName
{
color: #2E1D45;
}
.AnyTagClassName
{
color: #2E1D45;
}
</style>
background-color css
<style>
a { background-color: #2E1D45; }
a { background-color: rgb(46,29,69); }
div.DivClassName
{
background-color: #2E1D45;
}
.BgClassName
{
background-color: #2E1D45;
}
</style>
border-color css
<style>
span { border-color: #2E1D45; }
span { border-color: rgb(46,29,69); }
td.TdClassName
{
border-color: #2E1D45;
}
.TagClassName
{
border-color: #2E1D45;
}
</style>