Shades of Violent Violet #2C174C
Tints of Violent Violet #2C174C
RGB
CMYK
RGB Variations
Color information
#2C174C (or 0x2C174C) is known color: Violent Violet. HEX triplet: 2C, 17 and 4C. RGB value is (44,23,76). Sum of RGB (Red+Green+Blue) = 44+23+76=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C174C is #D3E8B3. Grayscale: #232323. Windows color (decimal): -13887668 or 4986668. OLE color: 4986668.
HSL color Cylindrical-coordinate representation of color #2C174C: hue angle of 263.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C174C is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 23 | 76 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.70 |
| HSL | 263.77º | 0.54% | 0.19% | - |
| HSV(B) | 263.77º | 0.7% | 0.3% | - |
| XYZ | 2.65 | 1.67 | 7.02 | - |
| YUV | 35.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 76 | 0.42 | 0.70 | 0 | 0.70 | 263.77 | 0.54 | 0.19 |
| Hex | 2C | 17 | 4C | 2A | 46 | 0 | 46 | 108 | 36 | 13 |
| Octal | 54 | 27 | 114 | 52 | 106 | 0 | 106 | 410 | 66 | 23 |
| Binary | 101100 | 10111 | 1001100 | 101010 | 1000110 | 0 | 1000110 | 100001000 | 110110 | 10011 |
Color Harmonies of #2C174C
Complementary color
Monochromatic Colors of #2C174C
Black with #2C174C
Text Example
Text Example
White with #2C174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C174C; }
p { color: rgb(44,23,76); }
H1.HeaderClassName
{
color: #2C174C;
}
.AnyTagClassName
{
color: #2C174C;
}
</style>
background-color css
<style>
a { background-color: #2C174C; }
a { background-color: rgb(44,23,76); }
div.DivClassName
{
background-color: #2C174C;
}
.BgClassName
{
background-color: #2C174C;
}
</style>
border-color css
<style>
span { border-color: #2C174C; }
span { border-color: rgb(44,23,76); }
td.TdClassName
{
border-color: #2C174C;
}
.TagClassName
{
border-color: #2C174C;
}
</style>