Shades of Violent Violet #301E55
Tints of Violent Violet #301E55
RGB
CMYK
RGB Variations
Color information
#301E55 (or 0x301E55) is known color: Violent Violet. HEX triplet: 30, 1E and 55. RGB value is (48,30,85). Sum of RGB (Red+Green+Blue) = 48+30+85=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #301E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E55 is #CFE1AA. Grayscale: #292929. Windows color (decimal): -13623723 or 5578288. OLE color: 5578288.
HSL color Cylindrical-coordinate representation of color #301E55: hue angle of 259.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301E55 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 30 | 85 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.67 |
| HSL | 259.64º | 0.48% | 0.23% | - |
| HSV(B) | 259.64º | 0.65% | 0.33% | - |
| XYZ | 3.32 | 2.21 | 8.85 | - |
| YUV | 41.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 85 | 0.44 | 0.65 | 0 | 0.67 | 259.64 | 0.48 | 0.23 |
| Hex | 30 | 1E | 55 | 2C | 41 | 0 | 43 | 104 | 30 | 17 |
| Octal | 60 | 36 | 125 | 54 | 101 | 0 | 103 | 404 | 60 | 27 |
| Binary | 110000 | 11110 | 1010101 | 101100 | 1000001 | 0 | 1000011 | 100000100 | 110000 | 10111 |
Color Harmonies of #301E55
Complementary color
Monochromatic Colors of #301E55
Black with #301E55
Text Example
Text Example
White with #301E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E55; }
p { color: rgb(48,30,85); }
H1.HeaderClassName
{
color: #301E55;
}
.AnyTagClassName
{
color: #301E55;
}
</style>
background-color css
<style>
a { background-color: #301E55; }
a { background-color: rgb(48,30,85); }
div.DivClassName
{
background-color: #301E55;
}
.BgClassName
{
background-color: #301E55;
}
</style>
border-color css
<style>
span { border-color: #301E55; }
span { border-color: rgb(48,30,85); }
td.TdClassName
{
border-color: #301E55;
}
.TagClassName
{
border-color: #301E55;
}
</style>