Shades of Violent Violet #2D2048
Tints of Violent Violet #2D2048
RGB
CMYK
RGB Variations
Color information
#2D2048 (or 0x2D2048) is known color: Violent Violet. HEX triplet: 2D, 20 and 48. RGB value is (45,32,72). Sum of RGB (Red+Green+Blue) = 45+32+72=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2048 is #D2DFB7. Grayscale: #282828. Windows color (decimal): -13819832 or 4726829. OLE color: 4726829.
HSL color Cylindrical-coordinate representation of color #2D2048: hue angle of 259.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2048 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 32 | 72 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.72 |
| HSL | 259.5º | 0.38% | 0.2% | - |
| HSV(B) | 259.5º | 0.56% | 0.28% | - |
| XYZ | 2.77 | 2.06 | 6.38 | - |
| YUV | 40.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 72 | 0.38 | 0.56 | 0 | 0.72 | 259.5 | 0.38 | 0.2 |
| Hex | 2D | 20 | 48 | 26 | 38 | 0 | 48 | 104 | 26 | 14 |
| Octal | 55 | 40 | 110 | 46 | 70 | 0 | 110 | 404 | 46 | 24 |
| Binary | 101101 | 100000 | 1001000 | 100110 | 111000 | 0 | 1001000 | 100000100 | 100110 | 10100 |
Color Harmonies of #2D2048
Complementary color
Monochromatic Colors of #2D2048
Black with #2D2048
Text Example
Text Example
White with #2D2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2048; }
p { color: rgb(45,32,72); }
H1.HeaderClassName
{
color: #2D2048;
}
.AnyTagClassName
{
color: #2D2048;
}
</style>
background-color css
<style>
a { background-color: #2D2048; }
a { background-color: rgb(45,32,72); }
div.DivClassName
{
background-color: #2D2048;
}
.BgClassName
{
background-color: #2D2048;
}
</style>
border-color css
<style>
span { border-color: #2D2048; }
span { border-color: rgb(45,32,72); }
td.TdClassName
{
border-color: #2D2048;
}
.TagClassName
{
border-color: #2D2048;
}
</style>