Shades of Violent Violet #30234D
Tints of Violent Violet #30234D
RGB
CMYK
RGB Variations
Color information
#30234D (or 0x30234D) is known color: Violent Violet. HEX triplet: 30, 23 and 4D. RGB value is (48,35,77). Sum of RGB (Red+Green+Blue) = 48+35+77=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #30234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30234D is #CFDCB2. Grayscale: #2B2B2B. Windows color (decimal): -13622451 or 5055280. OLE color: 5055280.
HSL color Cylindrical-coordinate representation of color #30234D: hue angle of 258.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30234D is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 35 | 77 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.70 |
| HSL | 258.57º | 0.38% | 0.22% | - |
| HSV(B) | 258.57º | 0.55% | 0.3% | - |
| XYZ | 3.16 | 2.37 | 7.31 | - |
| YUV | 43.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 77 | 0.38 | 0.55 | 0 | 0.70 | 258.57 | 0.38 | 0.22 |
| Hex | 30 | 23 | 4D | 26 | 37 | 0 | 46 | 103 | 26 | 16 |
| Octal | 60 | 43 | 115 | 46 | 67 | 0 | 106 | 403 | 46 | 26 |
| Binary | 110000 | 100011 | 1001101 | 100110 | 110111 | 0 | 1000110 | 100000011 | 100110 | 10110 |
Color Harmonies of #30234D
Complementary color
Monochromatic Colors of #30234D
Black with #30234D
Text Example
Text Example
White with #30234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30234D; }
p { color: rgb(48,35,77); }
H1.HeaderClassName
{
color: #30234D;
}
.AnyTagClassName
{
color: #30234D;
}
</style>
background-color css
<style>
a { background-color: #30234D; }
a { background-color: rgb(48,35,77); }
div.DivClassName
{
background-color: #30234D;
}
.BgClassName
{
background-color: #30234D;
}
</style>
border-color css
<style>
span { border-color: #30234D; }
span { border-color: rgb(48,35,77); }
td.TdClassName
{
border-color: #30234D;
}
.TagClassName
{
border-color: #30234D;
}
</style>