Shades of Violent Violet #2D2053
Tints of Violent Violet #2D2053
RGB
CMYK
RGB Variations
Color information
#2D2053 (or 0x2D2053) is known color: Violent Violet. HEX triplet: 2D, 20 and 53. RGB value is (45,32,83). Sum of RGB (Red+Green+Blue) = 45+32+83=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D2053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2053 is #D2DFAC. Grayscale: #292929. Windows color (decimal): -13819821 or 5447725. OLE color: 5447725.
HSL color Cylindrical-coordinate representation of color #2D2053: hue angle of 255.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D2053 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 32 | 83 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.67 |
| HSL | 255.29º | 0.44% | 0.23% | - |
| HSV(B) | 255.29º | 0.61% | 0.33% | - |
| XYZ | 3.16 | 2.22 | 8.44 | - |
| YUV | 41.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 83 | 0.46 | 0.61 | 0 | 0.67 | 255.29 | 0.44 | 0.23 |
| Hex | 2D | 20 | 53 | 2E | 3D | 0 | 43 | FF | 2C | 17 |
| Octal | 55 | 40 | 123 | 56 | 75 | 0 | 103 | 377 | 54 | 27 |
| Binary | 101101 | 100000 | 1010011 | 101110 | 111101 | 0 | 1000011 | 11111111 | 101100 | 10111 |
Color Harmonies of #2D2053
Complementary color
Monochromatic Colors of #2D2053
Black with #2D2053
Text Example
Text Example
White with #2D2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2053; }
p { color: rgb(45,32,83); }
H1.HeaderClassName
{
color: #2D2053;
}
.AnyTagClassName
{
color: #2D2053;
}
</style>
background-color css
<style>
a { background-color: #2D2053; }
a { background-color: rgb(45,32,83); }
div.DivClassName
{
background-color: #2D2053;
}
.BgClassName
{
background-color: #2D2053;
}
</style>
border-color css
<style>
span { border-color: #2D2053; }
span { border-color: rgb(45,32,83); }
td.TdClassName
{
border-color: #2D2053;
}
.TagClassName
{
border-color: #2D2053;
}
</style>