Shades of Violent Violet #2E244C
Tints of Violent Violet #2E244C
RGB
CMYK
RGB Variations
Color information
#2E244C (or 0x2E244C) is known color: Violent Violet. HEX triplet: 2E, 24 and 4C. RGB value is (46,36,76). Sum of RGB (Red+Green+Blue) = 46+36+76=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E244C is #D1DBB3. Grayscale: #2B2B2B. Windows color (decimal): -13753268 or 4989998. OLE color: 4989998.
HSL color Cylindrical-coordinate representation of color #2E244C: hue angle of 255º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E244C is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 36 | 76 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.70 |
| HSL | 255º | 0.36% | 0.22% | - |
| HSV(B) | 255º | 0.53% | 0.3% | - |
| XYZ | 3.06 | 2.36 | 7.13 | - |
| YUV | 43.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 76 | 0.39 | 0.53 | 0 | 0.70 | 255 | 0.36 | 0.22 |
| Hex | 2E | 24 | 4C | 27 | 35 | 0 | 46 | FF | 24 | 16 |
| Octal | 56 | 44 | 114 | 47 | 65 | 0 | 106 | 377 | 44 | 26 |
| Binary | 101110 | 100100 | 1001100 | 100111 | 110101 | 0 | 1000110 | 11111111 | 100100 | 10110 |
Color Harmonies of #2E244C
Complementary color
Monochromatic Colors of #2E244C
Black with #2E244C
Text Example
Text Example
White with #2E244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E244C; }
p { color: rgb(46,36,76); }
H1.HeaderClassName
{
color: #2E244C;
}
.AnyTagClassName
{
color: #2E244C;
}
</style>
background-color css
<style>
a { background-color: #2E244C; }
a { background-color: rgb(46,36,76); }
div.DivClassName
{
background-color: #2E244C;
}
.BgClassName
{
background-color: #2E244C;
}
</style>
border-color css
<style>
span { border-color: #2E244C; }
span { border-color: rgb(46,36,76); }
td.TdClassName
{
border-color: #2E244C;
}
.TagClassName
{
border-color: #2E244C;
}
</style>