Shades of Violent Violet #2D194C
Tints of Violent Violet #2D194C
RGB
CMYK
RGB Variations
Color information
#2D194C (or 0x2D194C) is known color: Violent Violet. HEX triplet: 2D, 19 and 4C. RGB value is (45,25,76). Sum of RGB (Red+Green+Blue) = 45+25+76=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D194C is #D2E6B3. Grayscale: #242424. Windows color (decimal): -13821620 or 4987181. OLE color: 4987181.
HSL color Cylindrical-coordinate representation of color #2D194C: hue angle of 263.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D194C is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 25 | 76 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.70 |
| HSL | 263.53º | 0.5% | 0.2% | - |
| HSV(B) | 263.53º | 0.67% | 0.3% | - |
| XYZ | 2.73 | 1.77 | 7.04 | - |
| YUV | 36.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 76 | 0.41 | 0.67 | 0 | 0.70 | 263.53 | 0.5 | 0.2 |
| Hex | 2D | 19 | 4C | 29 | 43 | 0 | 46 | 108 | 32 | 14 |
| Octal | 55 | 31 | 114 | 51 | 103 | 0 | 106 | 410 | 62 | 24 |
| Binary | 101101 | 11001 | 1001100 | 101001 | 1000011 | 0 | 1000110 | 100001000 | 110010 | 10100 |
Color Harmonies of #2D194C
Complementary color
Monochromatic Colors of #2D194C
Black with #2D194C
Text Example
Text Example
White with #2D194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D194C; }
p { color: rgb(45,25,76); }
H1.HeaderClassName
{
color: #2D194C;
}
.AnyTagClassName
{
color: #2D194C;
}
</style>
background-color css
<style>
a { background-color: #2D194C; }
a { background-color: rgb(45,25,76); }
div.DivClassName
{
background-color: #2D194C;
}
.BgClassName
{
background-color: #2D194C;
}
</style>
border-color css
<style>
span { border-color: #2D194C; }
span { border-color: rgb(45,25,76); }
td.TdClassName
{
border-color: #2D194C;
}
.TagClassName
{
border-color: #2D194C;
}
</style>