Shades of Violent Violet #30224F
Tints of Violent Violet #30224F
RGB
CMYK
RGB Variations
Color information
#30224F (or 0x30224F) is known color: Violent Violet. HEX triplet: 30, 22 and 4F. RGB value is (48,34,79). Sum of RGB (Red+Green+Blue) = 48+34+79=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #30224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30224F is #CFDDB0. Grayscale: #2B2B2B. Windows color (decimal): -13622705 or 5186096. OLE color: 5186096.
HSL color Cylindrical-coordinate representation of color #30224F: hue angle of 258.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30224F is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 34 | 79 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.69 |
| HSL | 258.67º | 0.4% | 0.22% | - |
| HSV(B) | 258.67º | 0.57% | 0.31% | - |
| XYZ | 3.2 | 2.34 | 7.68 | - |
| YUV | 43.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 79 | 0.39 | 0.57 | 0 | 0.69 | 258.67 | 0.4 | 0.22 |
| Hex | 30 | 22 | 4F | 27 | 39 | 0 | 45 | 103 | 28 | 16 |
| Octal | 60 | 42 | 117 | 47 | 71 | 0 | 105 | 403 | 50 | 26 |
| Binary | 110000 | 100010 | 1001111 | 100111 | 111001 | 0 | 1000101 | 100000011 | 101000 | 10110 |
Color Harmonies of #30224F
Complementary color
Monochromatic Colors of #30224F
Black with #30224F
Text Example
Text Example
White with #30224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30224F; }
p { color: rgb(48,34,79); }
H1.HeaderClassName
{
color: #30224F;
}
.AnyTagClassName
{
color: #30224F;
}
</style>
background-color css
<style>
a { background-color: #30224F; }
a { background-color: rgb(48,34,79); }
div.DivClassName
{
background-color: #30224F;
}
.BgClassName
{
background-color: #30224F;
}
</style>
border-color css
<style>
span { border-color: #30224F; }
span { border-color: rgb(48,34,79); }
td.TdClassName
{
border-color: #30224F;
}
.TagClassName
{
border-color: #30224F;
}
</style>