Shades of Violent Violet #301E50
Tints of Violent Violet #301E50
RGB
CMYK
RGB Variations
Color information
#301E50 (or 0x301E50) is known color: Violent Violet. HEX triplet: 30, 1E and 50. RGB value is (48,30,80). Sum of RGB (Red+Green+Blue) = 48+30+80=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #301E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E50 is #CFE1AF. Grayscale: #282828. Windows color (decimal): -13623728 or 5250608. OLE color: 5250608.
HSL color Cylindrical-coordinate representation of color #301E50: hue angle of 261.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301E50 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 30 | 80 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.69 |
| HSL | 261.6º | 0.45% | 0.22% | - |
| HSV(B) | 261.6º | 0.63% | 0.31% | - |
| XYZ | 3.13 | 2.14 | 7.84 | - |
| YUV | 41.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 80 | 0.40 | 0.62 | 0 | 0.69 | 261.6 | 0.45 | 0.22 |
| Hex | 30 | 1E | 50 | 28 | 3E | 0 | 45 | 106 | 2D | 16 |
| Octal | 60 | 36 | 120 | 50 | 76 | 0 | 105 | 406 | 55 | 26 |
| Binary | 110000 | 11110 | 1010000 | 101000 | 111110 | 0 | 1000101 | 100000110 | 101101 | 10110 |
Color Harmonies of #301E50
Complementary color
Monochromatic Colors of #301E50
Black with #301E50
Text Example
Text Example
White with #301E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E50; }
p { color: rgb(48,30,80); }
H1.HeaderClassName
{
color: #301E50;
}
.AnyTagClassName
{
color: #301E50;
}
</style>
background-color css
<style>
a { background-color: #301E50; }
a { background-color: rgb(48,30,80); }
div.DivClassName
{
background-color: #301E50;
}
.BgClassName
{
background-color: #301E50;
}
</style>
border-color css
<style>
span { border-color: #301E50; }
span { border-color: rgb(48,30,80); }
td.TdClassName
{
border-color: #301E50;
}
.TagClassName
{
border-color: #301E50;
}
</style>