Shades of Violent Violet #30224D
Tints of Violent Violet #30224D
RGB
CMYK
RGB Variations
Color information
#30224D (or 0x30224D) is known color: Violent Violet. HEX triplet: 30, 22 and 4D. RGB value is (48,34,77). Sum of RGB (Red+Green+Blue) = 48+34+77=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #30224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30224D is #CFDDB2. Grayscale: #2A2A2A. Windows color (decimal): -13622707 or 5055024. OLE color: 5055024.
HSL color Cylindrical-coordinate representation of color #30224D: hue angle of 259.53º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30224D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 34 | 77 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.70 |
| HSL | 259.53º | 0.39% | 0.22% | - |
| HSV(B) | 259.53º | 0.56% | 0.3% | - |
| XYZ | 3.13 | 2.31 | 7.3 | - |
| YUV | 43.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 77 | 0.38 | 0.56 | 0 | 0.70 | 259.53 | 0.39 | 0.22 |
| Hex | 30 | 22 | 4D | 26 | 38 | 0 | 46 | 104 | 27 | 16 |
| Octal | 60 | 42 | 115 | 46 | 70 | 0 | 106 | 404 | 47 | 26 |
| Binary | 110000 | 100010 | 1001101 | 100110 | 111000 | 0 | 1000110 | 100000100 | 100111 | 10110 |
Color Harmonies of #30224D
Complementary color
Monochromatic Colors of #30224D
Black with #30224D
Text Example
Text Example
White with #30224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30224D; }
p { color: rgb(48,34,77); }
H1.HeaderClassName
{
color: #30224D;
}
.AnyTagClassName
{
color: #30224D;
}
</style>
background-color css
<style>
a { background-color: #30224D; }
a { background-color: rgb(48,34,77); }
div.DivClassName
{
background-color: #30224D;
}
.BgClassName
{
background-color: #30224D;
}
</style>
border-color css
<style>
span { border-color: #30224D; }
span { border-color: rgb(48,34,77); }
td.TdClassName
{
border-color: #30224D;
}
.TagClassName
{
border-color: #30224D;
}
</style>