Shades of Violent Violet #301C49
Tints of Violent Violet #301C49
RGB
CMYK
RGB Variations
Color information
#301C49 (or 0x301C49) is known color: Violent Violet. HEX triplet: 30, 1C and 49. RGB value is (48,28,73). Sum of RGB (Red+Green+Blue) = 48+28+73=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #301C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C49 is #CFE3B6. Grayscale: #262626. Windows color (decimal): -13624247 or 4791344. OLE color: 4791344.
HSL color Cylindrical-coordinate representation of color #301C49: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301C49 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 28 | 73 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.71 |
| HSL | 266.67º | 0.45% | 0.2% | - |
| HSV(B) | 266.67º | 0.62% | 0.29% | - |
| XYZ | 2.84 | 1.94 | 6.53 | - |
| YUV | 39.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 73 | 0.34 | 0.62 | 0 | 0.71 | 266.67 | 0.45 | 0.2 |
| Hex | 30 | 1C | 49 | 22 | 3E | 0 | 47 | 10B | 2D | 14 |
| Octal | 60 | 34 | 111 | 42 | 76 | 0 | 107 | 413 | 55 | 24 |
| Binary | 110000 | 11100 | 1001001 | 100010 | 111110 | 0 | 1000111 | 100001011 | 101101 | 10100 |
Color Harmonies of #301C49
Complementary color
Monochromatic Colors of #301C49
Black with #301C49
Text Example
Text Example
White with #301C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C49; }
p { color: rgb(48,28,73); }
H1.HeaderClassName
{
color: #301C49;
}
.AnyTagClassName
{
color: #301C49;
}
</style>
background-color css
<style>
a { background-color: #301C49; }
a { background-color: rgb(48,28,73); }
div.DivClassName
{
background-color: #301C49;
}
.BgClassName
{
background-color: #301C49;
}
</style>
border-color css
<style>
span { border-color: #301C49; }
span { border-color: rgb(48,28,73); }
td.TdClassName
{
border-color: #301C49;
}
.TagClassName
{
border-color: #301C49;
}
</style>