Shades of Violent Violet #30154D
Tints of Violent Violet #30154D
RGB
CMYK
RGB Variations
Color information
#30154D (or 0x30154D) is known color: Violent Violet. HEX triplet: 30, 15 and 4D. RGB value is (48,21,77). Sum of RGB (Red+Green+Blue) = 48+21+77=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #30154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30154D is #CFEAB2. Grayscale: #232323. Windows color (decimal): -13626035 or 5051696. OLE color: 5051696.
HSL color Cylindrical-coordinate representation of color #30154D: hue angle of 268.93º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30154D is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 21 | 77 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.70 |
| HSL | 268.93º | 0.57% | 0.19% | - |
| HSV(B) | 268.93º | 0.73% | 0.3% | - |
| XYZ | 2.83 | 1.7 | 7.2 | - |
| YUV | 35.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 77 | 0.38 | 0.73 | 0 | 0.70 | 268.93 | 0.57 | 0.19 |
| Hex | 30 | 15 | 4D | 26 | 49 | 0 | 46 | 10D | 39 | 13 |
| Octal | 60 | 25 | 115 | 46 | 111 | 0 | 106 | 415 | 71 | 23 |
| Binary | 110000 | 10101 | 1001101 | 100110 | 1001001 | 0 | 1000110 | 100001101 | 111001 | 10011 |
Color Harmonies of #30154D
Complementary color
Monochromatic Colors of #30154D
Black with #30154D
Text Example
Text Example
White with #30154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30154D; }
p { color: rgb(48,21,77); }
H1.HeaderClassName
{
color: #30154D;
}
.AnyTagClassName
{
color: #30154D;
}
</style>
background-color css
<style>
a { background-color: #30154D; }
a { background-color: rgb(48,21,77); }
div.DivClassName
{
background-color: #30154D;
}
.BgClassName
{
background-color: #30154D;
}
</style>
border-color css
<style>
span { border-color: #30154D; }
span { border-color: rgb(48,21,77); }
td.TdClassName
{
border-color: #30154D;
}
.TagClassName
{
border-color: #30154D;
}
</style>