Shades of Violent Violet #2C224D
Tints of Violent Violet #2C224D
RGB
CMYK
RGB Variations
Color information
#2C224D (or 0x2C224D) is known color: Violent Violet. HEX triplet: 2C, 22 and 4D. RGB value is (44,34,77). Sum of RGB (Red+Green+Blue) = 44+34+77=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C224D is #D3DDB2. Grayscale: #292929. Windows color (decimal): -13884851 or 5055020. OLE color: 5055020.
HSL color Cylindrical-coordinate representation of color #2C224D: hue angle of 253.95º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C224D is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 34 | 77 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.70 |
| HSL | 253.95º | 0.39% | 0.22% | - |
| HSV(B) | 253.95º | 0.56% | 0.3% | - |
| XYZ | 2.95 | 2.22 | 7.29 | - |
| YUV | 41.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 77 | 0.43 | 0.56 | 0 | 0.70 | 253.95 | 0.39 | 0.22 |
| Hex | 2C | 22 | 4D | 2B | 38 | 0 | 46 | FE | 27 | 16 |
| Octal | 54 | 42 | 115 | 53 | 70 | 0 | 106 | 376 | 47 | 26 |
| Binary | 101100 | 100010 | 1001101 | 101011 | 111000 | 0 | 1000110 | 11111110 | 100111 | 10110 |
Color Harmonies of #2C224D
Complementary color
Monochromatic Colors of #2C224D
Black with #2C224D
Text Example
Text Example
White with #2C224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C224D; }
p { color: rgb(44,34,77); }
H1.HeaderClassName
{
color: #2C224D;
}
.AnyTagClassName
{
color: #2C224D;
}
</style>
background-color css
<style>
a { background-color: #2C224D; }
a { background-color: rgb(44,34,77); }
div.DivClassName
{
background-color: #2C224D;
}
.BgClassName
{
background-color: #2C224D;
}
</style>
border-color css
<style>
span { border-color: #2C224D; }
span { border-color: rgb(44,34,77); }
td.TdClassName
{
border-color: #2C224D;
}
.TagClassName
{
border-color: #2C224D;
}
</style>