Shades of Violent Violet #2E204B
Tints of Violent Violet #2E204B
RGB
CMYK
RGB Variations
Color information
#2E204B (or 0x2E204B) is known color: Violent Violet. HEX triplet: 2E, 20 and 4B. RGB value is (46,32,75). Sum of RGB (Red+Green+Blue) = 46+32+75=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E204B is #D1DFB4. Grayscale: #282828. Windows color (decimal): -13754293 or 4923438. OLE color: 4923438.
HSL color Cylindrical-coordinate representation of color #2E204B: hue angle of 259.53º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E204B is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 32 | 75 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.71 |
| HSL | 259.53º | 0.4% | 0.21% | - |
| HSV(B) | 259.53º | 0.57% | 0.29% | - |
| XYZ | 2.91 | 2.12 | 6.91 | - |
| YUV | 41.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 75 | 0.39 | 0.57 | 0 | 0.71 | 259.53 | 0.4 | 0.21 |
| Hex | 2E | 20 | 4B | 27 | 39 | 0 | 47 | 104 | 28 | 15 |
| Octal | 56 | 40 | 113 | 47 | 71 | 0 | 107 | 404 | 50 | 25 |
| Binary | 101110 | 100000 | 1001011 | 100111 | 111001 | 0 | 1000111 | 100000100 | 101000 | 10101 |
Color Harmonies of #2E204B
Complementary color
Monochromatic Colors of #2E204B
Black with #2E204B
Text Example
Text Example
White with #2E204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E204B; }
p { color: rgb(46,32,75); }
H1.HeaderClassName
{
color: #2E204B;
}
.AnyTagClassName
{
color: #2E204B;
}
</style>
background-color css
<style>
a { background-color: #2E204B; }
a { background-color: rgb(46,32,75); }
div.DivClassName
{
background-color: #2E204B;
}
.BgClassName
{
background-color: #2E204B;
}
</style>
border-color css
<style>
span { border-color: #2E204B; }
span { border-color: rgb(46,32,75); }
td.TdClassName
{
border-color: #2E204B;
}
.TagClassName
{
border-color: #2E204B;
}
</style>