Shades of Violent Violet #301451
Tints of Violent Violet #301451
RGB
CMYK
RGB Variations
Color information
#301451 (or 0x301451) is known color: Violent Violet. HEX triplet: 30, 14 and 51. RGB value is (48,20,81). Sum of RGB (Red+Green+Blue) = 48+20+81=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #301451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301451 is #CFEBAE. Grayscale: #232323. Windows color (decimal): -13626287 or 5313584. OLE color: 5313584.
HSL color Cylindrical-coordinate representation of color #301451: hue angle of 267.54º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301451 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 20 | 81 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.68 |
| HSL | 267.54º | 0.6% | 0.2% | - |
| HSV(B) | 267.54º | 0.75% | 0.32% | - |
| XYZ | 2.95 | 1.72 | 7.96 | - |
| YUV | 35.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 81 | 0.41 | 0.75 | 0 | 0.68 | 267.54 | 0.6 | 0.2 |
| Hex | 30 | 14 | 51 | 29 | 4B | 0 | 44 | 10C | 3C | 14 |
| Octal | 60 | 24 | 121 | 51 | 113 | 0 | 104 | 414 | 74 | 24 |
| Binary | 110000 | 10100 | 1010001 | 101001 | 1001011 | 0 | 1000100 | 100001100 | 111100 | 10100 |
Color Harmonies of #301451
Complementary color
Monochromatic Colors of #301451
Black with #301451
Text Example
Text Example
White with #301451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301451; }
p { color: rgb(48,20,81); }
H1.HeaderClassName
{
color: #301451;
}
.AnyTagClassName
{
color: #301451;
}
</style>
background-color css
<style>
a { background-color: #301451; }
a { background-color: rgb(48,20,81); }
div.DivClassName
{
background-color: #301451;
}
.BgClassName
{
background-color: #301451;
}
</style>
border-color css
<style>
span { border-color: #301451; }
span { border-color: rgb(48,20,81); }
td.TdClassName
{
border-color: #301451;
}
.TagClassName
{
border-color: #301451;
}
</style>