Shades of Violent Violet #2C214E
Tints of Violent Violet #2C214E
RGB
CMYK
RGB Variations
Color information
#2C214E (or 0x2C214E) is known color: Violent Violet. HEX triplet: 2C, 21 and 4E. RGB value is (44,33,78). Sum of RGB (Red+Green+Blue) = 44+33+78=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C214E is #D3DEB1. Grayscale: #292929. Windows color (decimal): -13885106 or 5120300. OLE color: 5120300.
HSL color Cylindrical-coordinate representation of color #2C214E: hue angle of 254.67º 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 #2C214E is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 33 | 78 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.69 |
| HSL | 254.67º | 0.41% | 0.22% | - |
| HSV(B) | 254.67º | 0.58% | 0.31% | - |
| XYZ | 2.96 | 2.17 | 7.47 | - |
| YUV | 41.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 78 | 0.44 | 0.58 | 0 | 0.69 | 254.67 | 0.41 | 0.22 |
| Hex | 2C | 21 | 4E | 2C | 3A | 0 | 45 | FF | 29 | 16 |
| Octal | 54 | 41 | 116 | 54 | 72 | 0 | 105 | 377 | 51 | 26 |
| Binary | 101100 | 100001 | 1001110 | 101100 | 111010 | 0 | 1000101 | 11111111 | 101001 | 10110 |
Color Harmonies of #2C214E
Complementary color
Monochromatic Colors of #2C214E
Black with #2C214E
Text Example
Text Example
White with #2C214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C214E; }
p { color: rgb(44,33,78); }
H1.HeaderClassName
{
color: #2C214E;
}
.AnyTagClassName
{
color: #2C214E;
}
</style>
background-color css
<style>
a { background-color: #2C214E; }
a { background-color: rgb(44,33,78); }
div.DivClassName
{
background-color: #2C214E;
}
.BgClassName
{
background-color: #2C214E;
}
</style>
border-color css
<style>
span { border-color: #2C214E; }
span { border-color: rgb(44,33,78); }
td.TdClassName
{
border-color: #2C214E;
}
.TagClassName
{
border-color: #2C214E;
}
</style>