Shades of Violent Violet #30164D
Tints of Violent Violet #30164D
RGB
CMYK
RGB Variations
Color information
#30164D (or 0x30164D) is known color: Violent Violet. HEX triplet: 30, 16 and 4D. RGB value is (48,22,77). Sum of RGB (Red+Green+Blue) = 48+22+77=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #30164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30164D is #CFE9B2. Grayscale: #232323. Windows color (decimal): -13625779 or 5051952. OLE color: 5051952.
HSL color Cylindrical-coordinate representation of color #30164D: hue angle of 268.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30164D is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 22 | 77 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.70 |
| HSL | 268.36º | 0.56% | 0.19% | - |
| HSV(B) | 268.36º | 0.71% | 0.3% | - |
| XYZ | 2.85 | 1.74 | 7.21 | - |
| YUV | 36.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 77 | 0.38 | 0.71 | 0 | 0.70 | 268.36 | 0.56 | 0.19 |
| Hex | 30 | 16 | 4D | 26 | 47 | 0 | 46 | 10C | 38 | 13 |
| Octal | 60 | 26 | 115 | 46 | 107 | 0 | 106 | 414 | 70 | 23 |
| Binary | 110000 | 10110 | 1001101 | 100110 | 1000111 | 0 | 1000110 | 100001100 | 111000 | 10011 |
Color Harmonies of #30164D
Complementary color
Monochromatic Colors of #30164D
Black with #30164D
Text Example
Text Example
White with #30164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30164D; }
p { color: rgb(48,22,77); }
H1.HeaderClassName
{
color: #30164D;
}
.AnyTagClassName
{
color: #30164D;
}
</style>
background-color css
<style>
a { background-color: #30164D; }
a { background-color: rgb(48,22,77); }
div.DivClassName
{
background-color: #30164D;
}
.BgClassName
{
background-color: #30164D;
}
</style>
border-color css
<style>
span { border-color: #30164D; }
span { border-color: rgb(48,22,77); }
td.TdClassName
{
border-color: #30164D;
}
.TagClassName
{
border-color: #30164D;
}
</style>