Shades of Violent Violet #301A4C
Tints of Violent Violet #301A4C
RGB
CMYK
RGB Variations
Color information
#301A4C (or 0x301A4C) is known color: Violent Violet. HEX triplet: 30, 1A and 4C. RGB value is (48,26,76). Sum of RGB (Red+Green+Blue) = 48+26+76=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #301A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A4C is #CFE5B3. Grayscale: #262626. Windows color (decimal): -13624756 or 4987440. OLE color: 4987440.
HSL color Cylindrical-coordinate representation of color #301A4C: hue angle of 266.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301A4C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 26 | 76 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.70 |
| HSL | 266.4º | 0.49% | 0.2% | - |
| HSV(B) | 266.4º | 0.66% | 0.3% | - |
| XYZ | 2.89 | 1.89 | 7.05 | - |
| YUV | 38.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 76 | 0.37 | 0.66 | 0 | 0.70 | 266.4 | 0.49 | 0.2 |
| Hex | 30 | 1A | 4C | 25 | 42 | 0 | 46 | 10A | 31 | 14 |
| Octal | 60 | 32 | 114 | 45 | 102 | 0 | 106 | 412 | 61 | 24 |
| Binary | 110000 | 11010 | 1001100 | 100101 | 1000010 | 0 | 1000110 | 100001010 | 110001 | 10100 |
Color Harmonies of #301A4C
Complementary color
Monochromatic Colors of #301A4C
Black with #301A4C
Text Example
Text Example
White with #301A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A4C; }
p { color: rgb(48,26,76); }
H1.HeaderClassName
{
color: #301A4C;
}
.AnyTagClassName
{
color: #301A4C;
}
</style>
background-color css
<style>
a { background-color: #301A4C; }
a { background-color: rgb(48,26,76); }
div.DivClassName
{
background-color: #301A4C;
}
.BgClassName
{
background-color: #301A4C;
}
</style>
border-color css
<style>
span { border-color: #301A4C; }
span { border-color: rgb(48,26,76); }
td.TdClassName
{
border-color: #301A4C;
}
.TagClassName
{
border-color: #301A4C;
}
</style>