Shades of Violent Violet #30194A
Tints of Violent Violet #30194A
RGB
CMYK
RGB Variations
Color information
#30194A (or 0x30194A) is known color: Violent Violet. HEX triplet: 30, 19 and 4A. RGB value is (48,25,74). Sum of RGB (Red+Green+Blue) = 48+25+74=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #30194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30194A is #CFE6B5. Grayscale: #252525. Windows color (decimal): -13625014 or 4856112. OLE color: 4856112.
HSL color Cylindrical-coordinate representation of color #30194A: hue angle of 268.16º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30194A is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 25 | 74 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.71 |
| HSL | 268.16º | 0.49% | 0.19% | - |
| HSV(B) | 268.16º | 0.66% | 0.29% | - |
| XYZ | 2.8 | 1.82 | 6.68 | - |
| YUV | 37.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 74 | 0.35 | 0.66 | 0 | 0.71 | 268.16 | 0.49 | 0.19 |
| Hex | 30 | 19 | 4A | 23 | 42 | 0 | 47 | 10C | 31 | 13 |
| Octal | 60 | 31 | 112 | 43 | 102 | 0 | 107 | 414 | 61 | 23 |
| Binary | 110000 | 11001 | 1001010 | 100011 | 1000010 | 0 | 1000111 | 100001100 | 110001 | 10011 |
Color Harmonies of #30194A
Complementary color
Monochromatic Colors of #30194A
Black with #30194A
Text Example
Text Example
White with #30194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30194A; }
p { color: rgb(48,25,74); }
H1.HeaderClassName
{
color: #30194A;
}
.AnyTagClassName
{
color: #30194A;
}
</style>
background-color css
<style>
a { background-color: #30194A; }
a { background-color: rgb(48,25,74); }
div.DivClassName
{
background-color: #30194A;
}
.BgClassName
{
background-color: #30194A;
}
</style>
border-color css
<style>
span { border-color: #30194A; }
span { border-color: rgb(48,25,74); }
td.TdClassName
{
border-color: #30194A;
}
.TagClassName
{
border-color: #30194A;
}
</style>