Shades of Violent Violet #301A4E
Tints of Violent Violet #301A4E
RGB
CMYK
RGB Variations
Color information
#301A4E (or 0x301A4E) is known color: Violent Violet. HEX triplet: 30, 1A and 4E. RGB value is (48,26,78). Sum of RGB (Red+Green+Blue) = 48+26+78=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #301A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A4E is #CFE5B1. Grayscale: #262626. Windows color (decimal): -13624754 or 5118512. OLE color: 5118512.
HSL color Cylindrical-coordinate representation of color #301A4E: hue angle of 265.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301A4E is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 26 | 78 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.69 |
| HSL | 265.38º | 0.5% | 0.2% | - |
| HSV(B) | 265.38º | 0.67% | 0.31% | - |
| XYZ | 2.96 | 1.92 | 7.42 | - |
| YUV | 38.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 78 | 0.38 | 0.67 | 0 | 0.69 | 265.38 | 0.5 | 0.2 |
| Hex | 30 | 1A | 4E | 26 | 43 | 0 | 45 | 109 | 32 | 14 |
| Octal | 60 | 32 | 116 | 46 | 103 | 0 | 105 | 411 | 62 | 24 |
| Binary | 110000 | 11010 | 1001110 | 100110 | 1000011 | 0 | 1000101 | 100001001 | 110010 | 10100 |
Color Harmonies of #301A4E
Complementary color
Monochromatic Colors of #301A4E
Black with #301A4E
Text Example
Text Example
White with #301A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A4E; }
p { color: rgb(48,26,78); }
H1.HeaderClassName
{
color: #301A4E;
}
.AnyTagClassName
{
color: #301A4E;
}
</style>
background-color css
<style>
a { background-color: #301A4E; }
a { background-color: rgb(48,26,78); }
div.DivClassName
{
background-color: #301A4E;
}
.BgClassName
{
background-color: #301A4E;
}
</style>
border-color css
<style>
span { border-color: #301A4E; }
span { border-color: rgb(48,26,78); }
td.TdClassName
{
border-color: #301A4E;
}
.TagClassName
{
border-color: #301A4E;
}
</style>