Shades of Violent Violet #30184A
Tints of Violent Violet #30184A
RGB
CMYK
RGB Variations
Color information
#30184A (or 0x30184A) is known color: Violent Violet. HEX triplet: 30, 18 and 4A. RGB value is (48,24,74). Sum of RGB (Red+Green+Blue) = 48+24+74=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #30184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30184A is #CFE7B5. Grayscale: #242424. Windows color (decimal): -13625270 or 4855856. OLE color: 4855856.
HSL color Cylindrical-coordinate representation of color #30184A: hue angle of 268.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30184A is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 24 | 74 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.71 |
| HSL | 268.8º | 0.51% | 0.19% | - |
| HSV(B) | 268.8º | 0.68% | 0.29% | - |
| XYZ | 2.78 | 1.78 | 6.67 | - |
| YUV | 36.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 74 | 0.35 | 0.68 | 0 | 0.71 | 268.8 | 0.51 | 0.19 |
| Hex | 30 | 18 | 4A | 23 | 44 | 0 | 47 | 10D | 33 | 13 |
| Octal | 60 | 30 | 112 | 43 | 104 | 0 | 107 | 415 | 63 | 23 |
| Binary | 110000 | 11000 | 1001010 | 100011 | 1000100 | 0 | 1000111 | 100001101 | 110011 | 10011 |
Color Harmonies of #30184A
Complementary color
Monochromatic Colors of #30184A
Black with #30184A
Text Example
Text Example
White with #30184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30184A; }
p { color: rgb(48,24,74); }
H1.HeaderClassName
{
color: #30184A;
}
.AnyTagClassName
{
color: #30184A;
}
</style>
background-color css
<style>
a { background-color: #30184A; }
a { background-color: rgb(48,24,74); }
div.DivClassName
{
background-color: #30184A;
}
.BgClassName
{
background-color: #30184A;
}
</style>
border-color css
<style>
span { border-color: #30184A; }
span { border-color: rgb(48,24,74); }
td.TdClassName
{
border-color: #30184A;
}
.TagClassName
{
border-color: #30184A;
}
</style>