Shades of Violent Violet #301951
Tints of Violent Violet #301951
RGB
CMYK
RGB Variations
Color information
#301951 (or 0x301951) is known color: Violent Violet. HEX triplet: 30, 19 and 51. RGB value is (48,25,81). Sum of RGB (Red+Green+Blue) = 48+25+81=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #301951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301951 is #CFE6AE. Grayscale: #262626. Windows color (decimal): -13625007 or 5314864. OLE color: 5314864.
HSL color Cylindrical-coordinate representation of color #301951: hue angle of 264.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301951 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 25 | 81 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.68 |
| HSL | 264.64º | 0.53% | 0.21% | - |
| HSV(B) | 264.64º | 0.69% | 0.32% | - |
| XYZ | 3.05 | 1.92 | 7.99 | - |
| YUV | 38.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 81 | 0.41 | 0.69 | 0 | 0.68 | 264.64 | 0.53 | 0.21 |
| Hex | 30 | 19 | 51 | 29 | 45 | 0 | 44 | 109 | 35 | 15 |
| Octal | 60 | 31 | 121 | 51 | 105 | 0 | 104 | 411 | 65 | 25 |
| Binary | 110000 | 11001 | 1010001 | 101001 | 1000101 | 0 | 1000100 | 100001001 | 110101 | 10101 |
Color Harmonies of #301951
Complementary color
Monochromatic Colors of #301951
Black with #301951
Text Example
Text Example
White with #301951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301951; }
p { color: rgb(48,25,81); }
H1.HeaderClassName
{
color: #301951;
}
.AnyTagClassName
{
color: #301951;
}
</style>
background-color css
<style>
a { background-color: #301951; }
a { background-color: rgb(48,25,81); }
div.DivClassName
{
background-color: #301951;
}
.BgClassName
{
background-color: #301951;
}
</style>
border-color css
<style>
span { border-color: #301951; }
span { border-color: rgb(48,25,81); }
td.TdClassName
{
border-color: #301951;
}
.TagClassName
{
border-color: #301951;
}
</style>