Shades of Violent Violet #2D214E
Tints of Violent Violet #2D214E
RGB
CMYK
RGB Variations
Color information
#2D214E (or 0x2D214E) is known color: Violent Violet. HEX triplet: 2D, 21 and 4E. RGB value is (45,33,78). Sum of RGB (Red+Green+Blue) = 45+33+78=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D214E is #D2DEB1. Grayscale: #292929. Windows color (decimal): -13819570 or 5120301. OLE color: 5120301.
HSL color Cylindrical-coordinate representation of color #2D214E: hue angle of 256º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D214E is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 33 | 78 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.69 |
| HSL | 256º | 0.41% | 0.22% | - |
| HSV(B) | 256º | 0.58% | 0.31% | - |
| XYZ | 3 | 2.2 | 7.47 | - |
| YUV | 41.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 78 | 0.42 | 0.58 | 0 | 0.69 | 256 | 0.41 | 0.22 |
| Hex | 2D | 21 | 4E | 2A | 3A | 0 | 45 | 100 | 29 | 16 |
| Octal | 55 | 41 | 116 | 52 | 72 | 0 | 105 | 400 | 51 | 26 |
| Binary | 101101 | 100001 | 1001110 | 101010 | 111010 | 0 | 1000101 | 100000000 | 101001 | 10110 |
Color Harmonies of #2D214E
Complementary color
Monochromatic Colors of #2D214E
Black with #2D214E
Text Example
Text Example
White with #2D214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D214E; }
p { color: rgb(45,33,78); }
H1.HeaderClassName
{
color: #2D214E;
}
.AnyTagClassName
{
color: #2D214E;
}
</style>
background-color css
<style>
a { background-color: #2D214E; }
a { background-color: rgb(45,33,78); }
div.DivClassName
{
background-color: #2D214E;
}
.BgClassName
{
background-color: #2D214E;
}
</style>
border-color css
<style>
span { border-color: #2D214E; }
span { border-color: rgb(45,33,78); }
td.TdClassName
{
border-color: #2D214E;
}
.TagClassName
{
border-color: #2D214E;
}
</style>