Shades of Violent Violet #301D4A
Tints of Violent Violet #301D4A
RGB
CMYK
RGB Variations
Color information
#301D4A (or 0x301D4A) is known color: Violent Violet. HEX triplet: 30, 1D and 4A. RGB value is (48,29,74). Sum of RGB (Red+Green+Blue) = 48+29+74=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #301D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D4A is #CFE2B5. Grayscale: #272727. Windows color (decimal): -13623990 or 4857136. OLE color: 4857136.
HSL color Cylindrical-coordinate representation of color #301D4A: hue angle of 265.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301D4A is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 29 | 74 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.71 |
| HSL | 265.33º | 0.44% | 0.2% | - |
| HSV(B) | 265.33º | 0.61% | 0.29% | - |
| XYZ | 2.89 | 2 | 6.71 | - |
| YUV | 39.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 74 | 0.35 | 0.61 | 0 | 0.71 | 265.33 | 0.44 | 0.2 |
| Hex | 30 | 1D | 4A | 23 | 3D | 0 | 47 | 109 | 2C | 14 |
| Octal | 60 | 35 | 112 | 43 | 75 | 0 | 107 | 411 | 54 | 24 |
| Binary | 110000 | 11101 | 1001010 | 100011 | 111101 | 0 | 1000111 | 100001001 | 101100 | 10100 |
Color Harmonies of #301D4A
Complementary color
Monochromatic Colors of #301D4A
Black with #301D4A
Text Example
Text Example
White with #301D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D4A; }
p { color: rgb(48,29,74); }
H1.HeaderClassName
{
color: #301D4A;
}
.AnyTagClassName
{
color: #301D4A;
}
</style>
background-color css
<style>
a { background-color: #301D4A; }
a { background-color: rgb(48,29,74); }
div.DivClassName
{
background-color: #301D4A;
}
.BgClassName
{
background-color: #301D4A;
}
</style>
border-color css
<style>
span { border-color: #301D4A; }
span { border-color: rgb(48,29,74); }
td.TdClassName
{
border-color: #301D4A;
}
.TagClassName
{
border-color: #301D4A;
}
</style>