Shades of Violent Violet #30224A
Tints of Violent Violet #30224A
RGB
CMYK
RGB Variations
Color information
#30224A (or 0x30224A) is known color: Violent Violet. HEX triplet: 30, 22 and 4A. RGB value is (48,34,74). Sum of RGB (Red+Green+Blue) = 48+34+74=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #30224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30224A is #CFDDB5. Grayscale: #2A2A2A. Windows color (decimal): -13622710 or 4858416. OLE color: 4858416.
HSL color Cylindrical-coordinate representation of color #30224A: hue angle of 261º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30224A is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 34 | 74 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.71 |
| HSL | 261º | 0.37% | 0.21% | - |
| HSV(B) | 261º | 0.54% | 0.29% | - |
| XYZ | 3.03 | 2.27 | 6.76 | - |
| YUV | 42.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 74 | 0.35 | 0.54 | 0 | 0.71 | 261 | 0.37 | 0.21 |
| Hex | 30 | 22 | 4A | 23 | 36 | 0 | 47 | 105 | 25 | 15 |
| Octal | 60 | 42 | 112 | 43 | 66 | 0 | 107 | 405 | 45 | 25 |
| Binary | 110000 | 100010 | 1001010 | 100011 | 110110 | 0 | 1000111 | 100000101 | 100101 | 10101 |
Color Harmonies of #30224A
Complementary color
Monochromatic Colors of #30224A
Black with #30224A
Text Example
Text Example
White with #30224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30224A; }
p { color: rgb(48,34,74); }
H1.HeaderClassName
{
color: #30224A;
}
.AnyTagClassName
{
color: #30224A;
}
</style>
background-color css
<style>
a { background-color: #30224A; }
a { background-color: rgb(48,34,74); }
div.DivClassName
{
background-color: #30224A;
}
.BgClassName
{
background-color: #30224A;
}
</style>
border-color css
<style>
span { border-color: #30224A; }
span { border-color: rgb(48,34,74); }
td.TdClassName
{
border-color: #30224A;
}
.TagClassName
{
border-color: #30224A;
}
</style>