Shades of Violent Violet #2D214C
Tints of Violent Violet #2D214C
RGB
CMYK
RGB Variations
Color information
#2D214C (or 0x2D214C) is known color: Violent Violet. HEX triplet: 2D, 21 and 4C. RGB value is (45,33,76). Sum of RGB (Red+Green+Blue) = 45+33+76=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D214C is #D2DEB3. Grayscale: #292929. Windows color (decimal): -13819572 or 4989229. OLE color: 4989229.
HSL color Cylindrical-coordinate representation of color #2D214C: hue angle of 256.74º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D214C is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 33 | 76 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.70 |
| HSL | 256.74º | 0.39% | 0.21% | - |
| HSV(B) | 256.74º | 0.57% | 0.3% | - |
| XYZ | 2.93 | 2.17 | 7.1 | - |
| YUV | 41.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 76 | 0.41 | 0.57 | 0 | 0.70 | 256.74 | 0.39 | 0.21 |
| Hex | 2D | 21 | 4C | 29 | 39 | 0 | 46 | 101 | 27 | 15 |
| Octal | 55 | 41 | 114 | 51 | 71 | 0 | 106 | 401 | 47 | 25 |
| Binary | 101101 | 100001 | 1001100 | 101001 | 111001 | 0 | 1000110 | 100000001 | 100111 | 10101 |
Color Harmonies of #2D214C
Complementary color
Monochromatic Colors of #2D214C
Black with #2D214C
Text Example
Text Example
White with #2D214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D214C; }
p { color: rgb(45,33,76); }
H1.HeaderClassName
{
color: #2D214C;
}
.AnyTagClassName
{
color: #2D214C;
}
</style>
background-color css
<style>
a { background-color: #2D214C; }
a { background-color: rgb(45,33,76); }
div.DivClassName
{
background-color: #2D214C;
}
.BgClassName
{
background-color: #2D214C;
}
</style>
border-color css
<style>
span { border-color: #2D214C; }
span { border-color: rgb(45,33,76); }
td.TdClassName
{
border-color: #2D214C;
}
.TagClassName
{
border-color: #2D214C;
}
</style>