Shades of Violent Violet #301C54
Tints of Violent Violet #301C54
RGB
CMYK
RGB Variations
Color information
#301C54 (or 0x301C54) is known color: Violent Violet. HEX triplet: 30, 1C and 54. RGB value is (48,28,84). Sum of RGB (Red+Green+Blue) = 48+28+84=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #301C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C54 is #CFE3AB. Grayscale: #282828. Windows color (decimal): -13624236 or 5512240. OLE color: 5512240.
HSL color Cylindrical-coordinate representation of color #301C54: hue angle of 261.43º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301C54 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 28 | 84 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.67 |
| HSL | 261.43º | 0.5% | 0.22% | - |
| HSV(B) | 261.43º | 0.67% | 0.33% | - |
| XYZ | 3.23 | 2.1 | 8.62 | - |
| YUV | 40.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 84 | 0.43 | 0.67 | 0 | 0.67 | 261.43 | 0.5 | 0.22 |
| Hex | 30 | 1C | 54 | 2B | 43 | 0 | 43 | 105 | 32 | 16 |
| Octal | 60 | 34 | 124 | 53 | 103 | 0 | 103 | 405 | 62 | 26 |
| Binary | 110000 | 11100 | 1010100 | 101011 | 1000011 | 0 | 1000011 | 100000101 | 110010 | 10110 |
Color Harmonies of #301C54
Complementary color
Monochromatic Colors of #301C54
Black with #301C54
Text Example
Text Example
White with #301C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C54; }
p { color: rgb(48,28,84); }
H1.HeaderClassName
{
color: #301C54;
}
.AnyTagClassName
{
color: #301C54;
}
</style>
background-color css
<style>
a { background-color: #301C54; }
a { background-color: rgb(48,28,84); }
div.DivClassName
{
background-color: #301C54;
}
.BgClassName
{
background-color: #301C54;
}
</style>
border-color css
<style>
span { border-color: #301C54; }
span { border-color: rgb(48,28,84); }
td.TdClassName
{
border-color: #301C54;
}
.TagClassName
{
border-color: #301C54;
}
</style>