Shades of Violent Violet #301C53
Tints of Violent Violet #301C53
RGB
CMYK
RGB Variations
Color information
#301C53 (or 0x301C53) is known color: Violent Violet. HEX triplet: 30, 1C and 53. RGB value is (48,28,83). Sum of RGB (Red+Green+Blue) = 48+28+83=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #301C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C53 is #CFE3AC. Grayscale: #282828. Windows color (decimal): -13624237 or 5446704. OLE color: 5446704.
HSL color Cylindrical-coordinate representation of color #301C53: hue angle of 261.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301C53 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 28 | 83 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.67 |
| HSL | 261.82º | 0.5% | 0.22% | - |
| HSV(B) | 261.82º | 0.66% | 0.33% | - |
| XYZ | 3.2 | 2.08 | 8.42 | - |
| YUV | 40.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 83 | 0.42 | 0.66 | 0 | 0.67 | 261.82 | 0.5 | 0.22 |
| Hex | 30 | 1C | 53 | 2A | 42 | 0 | 43 | 106 | 32 | 16 |
| Octal | 60 | 34 | 123 | 52 | 102 | 0 | 103 | 406 | 62 | 26 |
| Binary | 110000 | 11100 | 1010011 | 101010 | 1000010 | 0 | 1000011 | 100000110 | 110010 | 10110 |
Color Harmonies of #301C53
Complementary color
Monochromatic Colors of #301C53
Black with #301C53
Text Example
Text Example
White with #301C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C53; }
p { color: rgb(48,28,83); }
H1.HeaderClassName
{
color: #301C53;
}
.AnyTagClassName
{
color: #301C53;
}
</style>
background-color css
<style>
a { background-color: #301C53; }
a { background-color: rgb(48,28,83); }
div.DivClassName
{
background-color: #301C53;
}
.BgClassName
{
background-color: #301C53;
}
</style>
border-color css
<style>
span { border-color: #301C53; }
span { border-color: rgb(48,28,83); }
td.TdClassName
{
border-color: #301C53;
}
.TagClassName
{
border-color: #301C53;
}
</style>