Shades of Violent Violet #302148
Tints of Violent Violet #302148
RGB
CMYK
RGB Variations
Color information
#302148 (or 0x302148) is known color: Violent Violet. HEX triplet: 30, 21 and 48. RGB value is (48,33,72). Sum of RGB (Red+Green+Blue) = 48+33+72=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #302148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302148 is #CFDEB7. Grayscale: #292929. Windows color (decimal): -13622968 or 4727088. OLE color: 4727088.
HSL color Cylindrical-coordinate representation of color #302148: hue angle of 263.08º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #302148 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 33 | 72 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.72 |
| HSL | 263.08º | 0.37% | 0.21% | - |
| HSV(B) | 263.08º | 0.54% | 0.28% | - |
| XYZ | 2.93 | 2.18 | 6.4 | - |
| YUV | 41.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 72 | 0.33 | 0.54 | 0 | 0.72 | 263.08 | 0.37 | 0.21 |
| Hex | 30 | 21 | 48 | 21 | 36 | 0 | 48 | 107 | 25 | 15 |
| Octal | 60 | 41 | 110 | 41 | 66 | 0 | 110 | 407 | 45 | 25 |
| Binary | 110000 | 100001 | 1001000 | 100001 | 110110 | 0 | 1001000 | 100000111 | 100101 | 10101 |
Color Harmonies of #302148
Complementary color
Monochromatic Colors of #302148
Black with #302148
Text Example
Text Example
White with #302148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302148; }
p { color: rgb(48,33,72); }
H1.HeaderClassName
{
color: #302148;
}
.AnyTagClassName
{
color: #302148;
}
</style>
background-color css
<style>
a { background-color: #302148; }
a { background-color: rgb(48,33,72); }
div.DivClassName
{
background-color: #302148;
}
.BgClassName
{
background-color: #302148;
}
</style>
border-color css
<style>
span { border-color: #302148; }
span { border-color: rgb(48,33,72); }
td.TdClassName
{
border-color: #302148;
}
.TagClassName
{
border-color: #302148;
}
</style>