Shades of Violent Violet #301E48
Tints of Violent Violet #301E48
RGB
CMYK
RGB Variations
Color information
#301E48 (or 0x301E48) is known color: Violent Violet. HEX triplet: 30, 1E and 48. RGB value is (48,30,72). Sum of RGB (Red+Green+Blue) = 48+30+72=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #301E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E48 is #CFE1B7. Grayscale: #282828. Windows color (decimal): -13623736 or 4726320. OLE color: 4726320.
HSL color Cylindrical-coordinate representation of color #301E48: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301E48 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 30 | 72 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.72 |
| HSL | 265.71º | 0.41% | 0.2% | - |
| HSV(B) | 265.71º | 0.58% | 0.28% | - |
| XYZ | 2.85 | 2.02 | 6.37 | - |
| YUV | 40.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 72 | 0.33 | 0.58 | 0 | 0.72 | 265.71 | 0.41 | 0.2 |
| Hex | 30 | 1E | 48 | 21 | 3A | 0 | 48 | 10A | 29 | 14 |
| Octal | 60 | 36 | 110 | 41 | 72 | 0 | 110 | 412 | 51 | 24 |
| Binary | 110000 | 11110 | 1001000 | 100001 | 111010 | 0 | 1001000 | 100001010 | 101001 | 10100 |
Color Harmonies of #301E48
Complementary color
Monochromatic Colors of #301E48
Black with #301E48
Text Example
Text Example
White with #301E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E48; }
p { color: rgb(48,30,72); }
H1.HeaderClassName
{
color: #301E48;
}
.AnyTagClassName
{
color: #301E48;
}
</style>
background-color css
<style>
a { background-color: #301E48; }
a { background-color: rgb(48,30,72); }
div.DivClassName
{
background-color: #301E48;
}
.BgClassName
{
background-color: #301E48;
}
</style>
border-color css
<style>
span { border-color: #301E48; }
span { border-color: rgb(48,30,72); }
td.TdClassName
{
border-color: #301E48;
}
.TagClassName
{
border-color: #301E48;
}
</style>