Shades of Violent Violet #302949
Tints of Violent Violet #302949
RGB
CMYK
RGB Variations
Color information
#302949 (or 0x302949) is known color: Violent Violet. HEX triplet: 30, 29 and 49. RGB value is (48,41,73). Sum of RGB (Red+Green+Blue) = 48+41+73=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #302949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302949 is #CFD6B6. Grayscale: #2E2E2E. Windows color (decimal): -13620919 or 4794672. OLE color: 4794672.
HSL color Cylindrical-coordinate representation of color #302949: hue angle of 253.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302949 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 41 | 73 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.71 |
| HSL | 253.13º | 0.28% | 0.22% | - |
| HSV(B) | 253.13º | 0.44% | 0.29% | - |
| XYZ | 3.21 | 2.7 | 6.65 | - |
| YUV | 46.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 73 | 0.34 | 0.44 | 0 | 0.71 | 253.13 | 0.28 | 0.22 |
| Hex | 30 | 29 | 49 | 22 | 2C | 0 | 47 | FD | 1C | 16 |
| Octal | 60 | 51 | 111 | 42 | 54 | 0 | 107 | 375 | 34 | 26 |
| Binary | 110000 | 101001 | 1001001 | 100010 | 101100 | 0 | 1000111 | 11111101 | 11100 | 10110 |
Color Harmonies of #302949
Complementary color
Monochromatic Colors of #302949
Black with #302949
Text Example
Text Example
White with #302949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302949; }
p { color: rgb(48,41,73); }
H1.HeaderClassName
{
color: #302949;
}
.AnyTagClassName
{
color: #302949;
}
</style>
background-color css
<style>
a { background-color: #302949; }
a { background-color: rgb(48,41,73); }
div.DivClassName
{
background-color: #302949;
}
.BgClassName
{
background-color: #302949;
}
</style>
border-color css
<style>
span { border-color: #302949; }
span { border-color: rgb(48,41,73); }
td.TdClassName
{
border-color: #302949;
}
.TagClassName
{
border-color: #302949;
}
</style>