Shades of Violent Violet #2D174C
Tints of Violent Violet #2D174C
RGB
CMYK
RGB Variations
Color information
#2D174C (or 0x2D174C) is known color: Violent Violet. HEX triplet: 2D, 17 and 4C. RGB value is (45,23,76). Sum of RGB (Red+Green+Blue) = 45+23+76=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D174C is #D2E8B3. Grayscale: #232323. Windows color (decimal): -13822132 or 4986669. OLE color: 4986669.
HSL color Cylindrical-coordinate representation of color #2D174C: hue angle of 264.91º 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 #2D174C is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 23 | 76 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.70 |
| HSL | 264.91º | 0.54% | 0.19% | - |
| HSV(B) | 264.91º | 0.7% | 0.3% | - |
| XYZ | 2.69 | 1.69 | 7.02 | - |
| YUV | 35.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 76 | 0.41 | 0.70 | 0 | 0.70 | 264.91 | 0.54 | 0.19 |
| Hex | 2D | 17 | 4C | 29 | 46 | 0 | 46 | 109 | 36 | 13 |
| Octal | 55 | 27 | 114 | 51 | 106 | 0 | 106 | 411 | 66 | 23 |
| Binary | 101101 | 10111 | 1001100 | 101001 | 1000110 | 0 | 1000110 | 100001001 | 110110 | 10011 |
Color Harmonies of #2D174C
Complementary color
Monochromatic Colors of #2D174C
Black with #2D174C
Text Example
Text Example
White with #2D174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D174C; }
p { color: rgb(45,23,76); }
H1.HeaderClassName
{
color: #2D174C;
}
.AnyTagClassName
{
color: #2D174C;
}
</style>
background-color css
<style>
a { background-color: #2D174C; }
a { background-color: rgb(45,23,76); }
div.DivClassName
{
background-color: #2D174C;
}
.BgClassName
{
background-color: #2D174C;
}
</style>
border-color css
<style>
span { border-color: #2D174C; }
span { border-color: rgb(45,23,76); }
td.TdClassName
{
border-color: #2D174C;
}
.TagClassName
{
border-color: #2D174C;
}
</style>