Shades of Violent Violet #301E51
Tints of Violent Violet #301E51
RGB
CMYK
RGB Variations
Color information
#301E51 (or 0x301E51) is known color: Violent Violet. HEX triplet: 30, 1E and 51. RGB value is (48,30,81). Sum of RGB (Red+Green+Blue) = 48+30+81=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #301E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E51 is #CFE1AE. Grayscale: #292929. Windows color (decimal): -13623727 or 5316144. OLE color: 5316144.
HSL color Cylindrical-coordinate representation of color #301E51: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301E51 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 30 | 81 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.68 |
| HSL | 261.18º | 0.46% | 0.22% | - |
| HSV(B) | 261.18º | 0.63% | 0.32% | - |
| XYZ | 3.17 | 2.15 | 8.03 | - |
| YUV | 41.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 81 | 0.41 | 0.63 | 0 | 0.68 | 261.18 | 0.46 | 0.22 |
| Hex | 30 | 1E | 51 | 29 | 3F | 0 | 44 | 105 | 2E | 16 |
| Octal | 60 | 36 | 121 | 51 | 77 | 0 | 104 | 405 | 56 | 26 |
| Binary | 110000 | 11110 | 1010001 | 101001 | 111111 | 0 | 1000100 | 100000101 | 101110 | 10110 |
Color Harmonies of #301E51
Complementary color
Monochromatic Colors of #301E51
Black with #301E51
Text Example
Text Example
White with #301E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E51; }
p { color: rgb(48,30,81); }
H1.HeaderClassName
{
color: #301E51;
}
.AnyTagClassName
{
color: #301E51;
}
</style>
background-color css
<style>
a { background-color: #301E51; }
a { background-color: rgb(48,30,81); }
div.DivClassName
{
background-color: #301E51;
}
.BgClassName
{
background-color: #301E51;
}
</style>
border-color css
<style>
span { border-color: #301E51; }
span { border-color: rgb(48,30,81); }
td.TdClassName
{
border-color: #301E51;
}
.TagClassName
{
border-color: #301E51;
}
</style>