Shades of Violent Violet #301F49
Tints of Violent Violet #301F49
RGB
CMYK
RGB Variations
Color information
#301F49 (or 0x301F49) is known color: Violent Violet. HEX triplet: 30, 1F and 49. RGB value is (48,31,73). Sum of RGB (Red+Green+Blue) = 48+31+73=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #301F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F49 is #CFE0B6. Grayscale: #282828. Windows color (decimal): -13623479 or 4792112. OLE color: 4792112.
HSL color Cylindrical-coordinate representation of color #301F49: hue angle of 264.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301F49 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 31 | 73 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.71 |
| HSL | 264.29º | 0.4% | 0.2% | - |
| HSV(B) | 264.29º | 0.58% | 0.29% | - |
| XYZ | 2.91 | 2.09 | 6.55 | - |
| YUV | 40.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 73 | 0.34 | 0.58 | 0 | 0.71 | 264.29 | 0.4 | 0.2 |
| Hex | 30 | 1F | 49 | 22 | 3A | 0 | 47 | 108 | 28 | 14 |
| Octal | 60 | 37 | 111 | 42 | 72 | 0 | 107 | 410 | 50 | 24 |
| Binary | 110000 | 11111 | 1001001 | 100010 | 111010 | 0 | 1000111 | 100001000 | 101000 | 10100 |
Color Harmonies of #301F49
Complementary color
Monochromatic Colors of #301F49
Black with #301F49
Text Example
Text Example
White with #301F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F49; }
p { color: rgb(48,31,73); }
H1.HeaderClassName
{
color: #301F49;
}
.AnyTagClassName
{
color: #301F49;
}
</style>
background-color css
<style>
a { background-color: #301F49; }
a { background-color: rgb(48,31,73); }
div.DivClassName
{
background-color: #301F49;
}
.BgClassName
{
background-color: #301F49;
}
</style>
border-color css
<style>
span { border-color: #301F49; }
span { border-color: rgb(48,31,73); }
td.TdClassName
{
border-color: #301F49;
}
.TagClassName
{
border-color: #301F49;
}
</style>