Shades of Violent Violet #1C0059
Tints of Violent Violet #1C0059
RGB
CMYK
RGB Variations
Color information
#1C0059 (or 0x1C0059) is known color: Violent Violet. HEX triplet: 1C, 00 and 59. RGB value is (28,0,89). Sum of RGB (Red+Green+Blue) = 28+0+89=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0059 is #E3FFA6. Grayscale: #121212. Windows color (decimal): -14942119 or 5832732. OLE color: 5832732.
HSL color Cylindrical-coordinate representation of color #1C0059: hue angle of 258.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0059 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 0 | 89 | - |
| CMYK | 0.69 | 1 | 0 | 0.65 |
| HSL | 258.88º | 1% | 0.17% | - |
| HSV(B) | 258.88º | 1% | 0.35% | - |
| XYZ | 2.28 | 0.97 | 9.52 | - |
| YUV | 18.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 89 | 0.69 | 1 | 0 | 0.65 | 258.88 | 1 | 0.17 |
| Hex | 1C | 0 | 59 | 45 | 64 | 0 | 41 | 103 | 64 | 11 |
| Octal | 34 | 0 | 131 | 105 | 144 | 0 | 101 | 403 | 144 | 21 |
| Binary | 11100 | 0 | 1011001 | 1000101 | 1100100 | 0 | 1000001 | 100000011 | 1100100 | 10001 |
Color Harmonies of #1C0059
Complementary color
Monochromatic Colors of #1C0059
Black with #1C0059
Text Example
Text Example
White with #1C0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0059; }
p { color: rgb(28,0,89); }
H1.HeaderClassName
{
color: #1C0059;
}
.AnyTagClassName
{
color: #1C0059;
}
</style>
background-color css
<style>
a { background-color: #1C0059; }
a { background-color: rgb(28,0,89); }
div.DivClassName
{
background-color: #1C0059;
}
.BgClassName
{
background-color: #1C0059;
}
</style>
border-color css
<style>
span { border-color: #1C0059; }
span { border-color: rgb(28,0,89); }
td.TdClassName
{
border-color: #1C0059;
}
.TagClassName
{
border-color: #1C0059;
}
</style>