Shades of Violent Violet #30164E
Tints of Violent Violet #30164E
RGB
CMYK
RGB Variations
Color information
#30164E (or 0x30164E) is known color: Violent Violet. HEX triplet: 30, 16 and 4E. RGB value is (48,22,78). Sum of RGB (Red+Green+Blue) = 48+22+78=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #30164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30164E is #CFE9B1. Grayscale: #232323. Windows color (decimal): -13625778 or 5117488. OLE color: 5117488.
HSL color Cylindrical-coordinate representation of color #30164E: hue angle of 267.86º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30164E is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 22 | 78 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.69 |
| HSL | 267.86º | 0.56% | 0.2% | - |
| HSV(B) | 267.86º | 0.72% | 0.31% | - |
| XYZ | 2.88 | 1.75 | 7.39 | - |
| YUV | 36.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 78 | 0.38 | 0.72 | 0 | 0.69 | 267.86 | 0.56 | 0.2 |
| Hex | 30 | 16 | 4E | 26 | 48 | 0 | 45 | 10C | 38 | 14 |
| Octal | 60 | 26 | 116 | 46 | 110 | 0 | 105 | 414 | 70 | 24 |
| Binary | 110000 | 10110 | 1001110 | 100110 | 1001000 | 0 | 1000101 | 100001100 | 111000 | 10100 |
Color Harmonies of #30164E
Complementary color
Monochromatic Colors of #30164E
Black with #30164E
Text Example
Text Example
White with #30164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30164E; }
p { color: rgb(48,22,78); }
H1.HeaderClassName
{
color: #30164E;
}
.AnyTagClassName
{
color: #30164E;
}
</style>
background-color css
<style>
a { background-color: #30164E; }
a { background-color: rgb(48,22,78); }
div.DivClassName
{
background-color: #30164E;
}
.BgClassName
{
background-color: #30164E;
}
</style>
border-color css
<style>
span { border-color: #30164E; }
span { border-color: rgb(48,22,78); }
td.TdClassName
{
border-color: #30164E;
}
.TagClassName
{
border-color: #30164E;
}
</style>