Shades of Violent Violet #301151
Tints of Violent Violet #301151
RGB
CMYK
RGB Variations
Color information
#301151 (or 0x301151) is known color: Violent Violet. HEX triplet: 30, 11 and 51. RGB value is (48,17,81). Sum of RGB (Red+Green+Blue) = 48+17+81=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #301151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301151 is #CFEEAE. Grayscale: #212121. Windows color (decimal): -13627055 or 5312816. OLE color: 5312816.
HSL color Cylindrical-coordinate representation of color #301151: hue angle of 269.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301151 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 17 | 81 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.68 |
| HSL | 269.06º | 0.65% | 0.19% | - |
| HSV(B) | 269.06º | 0.79% | 0.32% | - |
| XYZ | 2.9 | 1.62 | 7.94 | - |
| YUV | 33.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 81 | 0.41 | 0.79 | 0 | 0.68 | 269.06 | 0.65 | 0.19 |
| Hex | 30 | 11 | 51 | 29 | 4F | 0 | 44 | 10D | 41 | 13 |
| Octal | 60 | 21 | 121 | 51 | 117 | 0 | 104 | 415 | 101 | 23 |
| Binary | 110000 | 10001 | 1010001 | 101001 | 1001111 | 0 | 1000100 | 100001101 | 1000001 | 10011 |
Color Harmonies of #301151
Complementary color
Monochromatic Colors of #301151
Black with #301151
Text Example
Text Example
White with #301151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301151; }
p { color: rgb(48,17,81); }
H1.HeaderClassName
{
color: #301151;
}
.AnyTagClassName
{
color: #301151;
}
</style>
background-color css
<style>
a { background-color: #301151; }
a { background-color: rgb(48,17,81); }
div.DivClassName
{
background-color: #301151;
}
.BgClassName
{
background-color: #301151;
}
</style>
border-color css
<style>
span { border-color: #301151; }
span { border-color: rgb(48,17,81); }
td.TdClassName
{
border-color: #301151;
}
.TagClassName
{
border-color: #301151;
}
</style>