Shades of Violent Violet #301C51
Tints of Violent Violet #301C51
RGB
CMYK
RGB Variations
Color information
#301C51 (or 0x301C51) is known color: Violent Violet. HEX triplet: 30, 1C and 51. RGB value is (48,28,81). Sum of RGB (Red+Green+Blue) = 48+28+81=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #301C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C51 is #CFE3AE. Grayscale: #272727. Windows color (decimal): -13624239 or 5315632. OLE color: 5315632.
HSL color Cylindrical-coordinate representation of color #301C51: hue angle of 262.64º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301C51 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 28 | 81 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.68 |
| HSL | 262.64º | 0.49% | 0.21% | - |
| HSV(B) | 262.64º | 0.65% | 0.32% | - |
| XYZ | 3.12 | 2.05 | 8.02 | - |
| YUV | 40.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 81 | 0.41 | 0.65 | 0 | 0.68 | 262.64 | 0.49 | 0.21 |
| Hex | 30 | 1C | 51 | 29 | 41 | 0 | 44 | 107 | 31 | 15 |
| Octal | 60 | 34 | 121 | 51 | 101 | 0 | 104 | 407 | 61 | 25 |
| Binary | 110000 | 11100 | 1010001 | 101001 | 1000001 | 0 | 1000100 | 100000111 | 110001 | 10101 |
Color Harmonies of #301C51
Complementary color
Monochromatic Colors of #301C51
Black with #301C51
Text Example
Text Example
White with #301C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C51; }
p { color: rgb(48,28,81); }
H1.HeaderClassName
{
color: #301C51;
}
.AnyTagClassName
{
color: #301C51;
}
</style>
background-color css
<style>
a { background-color: #301C51; }
a { background-color: rgb(48,28,81); }
div.DivClassName
{
background-color: #301C51;
}
.BgClassName
{
background-color: #301C51;
}
</style>
border-color css
<style>
span { border-color: #301C51; }
span { border-color: rgb(48,28,81); }
td.TdClassName
{
border-color: #301C51;
}
.TagClassName
{
border-color: #301C51;
}
</style>