Shades of Violent Violet #301553
Tints of Violent Violet #301553
RGB
CMYK
RGB Variations
Color information
#301553 (or 0x301553) is known color: Violent Violet. HEX triplet: 30, 15 and 53. RGB value is (48,21,83). Sum of RGB (Red+Green+Blue) = 48+21+83=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #301553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301553 is #CFEAAC. Grayscale: #232323. Windows color (decimal): -13626029 or 5444912. OLE color: 5444912.
HSL color Cylindrical-coordinate representation of color #301553: hue angle of 266.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301553 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 21 | 83 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.67 |
| HSL | 266.13º | 0.6% | 0.2% | - |
| HSV(B) | 266.13º | 0.75% | 0.33% | - |
| XYZ | 3.05 | 1.79 | 8.37 | - |
| YUV | 36.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 83 | 0.42 | 0.75 | 0 | 0.67 | 266.13 | 0.6 | 0.2 |
| Hex | 30 | 15 | 53 | 2A | 4B | 0 | 43 | 10A | 3C | 14 |
| Octal | 60 | 25 | 123 | 52 | 113 | 0 | 103 | 412 | 74 | 24 |
| Binary | 110000 | 10101 | 1010011 | 101010 | 1001011 | 0 | 1000011 | 100001010 | 111100 | 10100 |
Color Harmonies of #301553
Complementary color
Monochromatic Colors of #301553
Black with #301553
Text Example
Text Example
White with #301553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301553; }
p { color: rgb(48,21,83); }
H1.HeaderClassName
{
color: #301553;
}
.AnyTagClassName
{
color: #301553;
}
</style>
background-color css
<style>
a { background-color: #301553; }
a { background-color: rgb(48,21,83); }
div.DivClassName
{
background-color: #301553;
}
.BgClassName
{
background-color: #301553;
}
</style>
border-color css
<style>
span { border-color: #301553; }
span { border-color: rgb(48,21,83); }
td.TdClassName
{
border-color: #301553;
}
.TagClassName
{
border-color: #301553;
}
</style>