Shades of Violent Violet #302049
Tints of Violent Violet #302049
RGB
CMYK
RGB Variations
Color information
#302049 (or 0x302049) is known color: Violent Violet. HEX triplet: 30, 20 and 49. RGB value is (48,32,73). Sum of RGB (Red+Green+Blue) = 48+32+73=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #302049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302049 is #CFDFB6. Grayscale: #292929. Windows color (decimal): -13623223 or 4792368. OLE color: 4792368.
HSL color Cylindrical-coordinate representation of color #302049: hue angle of 263.41º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302049 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 32 | 73 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.71 |
| HSL | 263.41º | 0.39% | 0.21% | - |
| HSV(B) | 263.41º | 0.56% | 0.29% | - |
| XYZ | 2.94 | 2.14 | 6.56 | - |
| YUV | 41.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 73 | 0.34 | 0.56 | 0 | 0.71 | 263.41 | 0.39 | 0.21 |
| Hex | 30 | 20 | 49 | 22 | 38 | 0 | 47 | 107 | 27 | 15 |
| Octal | 60 | 40 | 111 | 42 | 70 | 0 | 107 | 407 | 47 | 25 |
| Binary | 110000 | 100000 | 1001001 | 100010 | 111000 | 0 | 1000111 | 100000111 | 100111 | 10101 |
Color Harmonies of #302049
Complementary color
Monochromatic Colors of #302049
Black with #302049
Text Example
Text Example
White with #302049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302049; }
p { color: rgb(48,32,73); }
H1.HeaderClassName
{
color: #302049;
}
.AnyTagClassName
{
color: #302049;
}
</style>
background-color css
<style>
a { background-color: #302049; }
a { background-color: rgb(48,32,73); }
div.DivClassName
{
background-color: #302049;
}
.BgClassName
{
background-color: #302049;
}
</style>
border-color css
<style>
span { border-color: #302049; }
span { border-color: rgb(48,32,73); }
td.TdClassName
{
border-color: #302049;
}
.TagClassName
{
border-color: #302049;
}
</style>