Shades of Violent Violet #1C005A
Tints of Violent Violet #1C005A
RGB
CMYK
RGB Variations
Color information
#1C005A (or 0x1C005A) is known color: Violent Violet. HEX triplet: 1C, 00 and 5A. RGB value is (28,0,90). Sum of RGB (Red+Green+Blue) = 28+0+90=118 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.73% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C005A is #E3FFA5. Grayscale: #121212. Windows color (decimal): -14942118 or 5898268. OLE color: 5898268.
HSL color Cylindrical-coordinate representation of color #1C005A: hue angle of 258.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C005A is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 0 | 90 | - |
| CMYK | 0.69 | 1 | 0 | 0.65 |
| HSL | 258.67º | 1% | 0.18% | - |
| HSV(B) | 258.67º | 1% | 0.35% | - |
| XYZ | 2.32 | 0.99 | 9.74 | - |
| YUV | 18.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 90 | 0.69 | 1 | 0 | 0.65 | 258.67 | 1 | 0.18 |
| Hex | 1C | 0 | 5A | 45 | 64 | 0 | 41 | 103 | 64 | 12 |
| Octal | 34 | 0 | 132 | 105 | 144 | 0 | 101 | 403 | 144 | 22 |
| Binary | 11100 | 0 | 1011010 | 1000101 | 1100100 | 0 | 1000001 | 100000011 | 1100100 | 10010 |
Color Harmonies of #1C005A
Complementary color
Monochromatic Colors of #1C005A
Black with #1C005A
Text Example
Text Example
White with #1C005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C005A; }
p { color: rgb(28,0,90); }
H1.HeaderClassName
{
color: #1C005A;
}
.AnyTagClassName
{
color: #1C005A;
}
</style>
background-color css
<style>
a { background-color: #1C005A; }
a { background-color: rgb(28,0,90); }
div.DivClassName
{
background-color: #1C005A;
}
.BgClassName
{
background-color: #1C005A;
}
</style>
border-color css
<style>
span { border-color: #1C005A; }
span { border-color: rgb(28,0,90); }
td.TdClassName
{
border-color: #1C005A;
}
.TagClassName
{
border-color: #1C005A;
}
</style>