Shades of Violent Violet #1C0057
Tints of Violent Violet #1C0057
RGB
CMYK
RGB Variations
Color information
#1C0057 (or 0x1C0057) is known color: Violent Violet. HEX triplet: 1C, 00 and 57. RGB value is (28,0,87). Sum of RGB (Red+Green+Blue) = 28+0+87=115 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.35% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C0057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0057 is #E3FFA8. Grayscale: #111111. Windows color (decimal): -14942121 or 5701660. OLE color: 5701660.
HSL color Cylindrical-coordinate representation of color #1C0057: hue angle of 259.31º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0057 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 0 | 87 | - |
| CMYK | 0.68 | 1 | 0 | 0.66 |
| HSL | 259.31º | 1% | 0.17% | - |
| HSV(B) | 259.31º | 1% | 0.34% | - |
| XYZ | 2.2 | 0.93 | 9.08 | - |
| YUV | 18.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 87 | 0.68 | 1 | 0 | 0.66 | 259.31 | 1 | 0.17 |
| Hex | 1C | 0 | 57 | 44 | 64 | 0 | 42 | 103 | 64 | 11 |
| Octal | 34 | 0 | 127 | 104 | 144 | 0 | 102 | 403 | 144 | 21 |
| Binary | 11100 | 0 | 1010111 | 1000100 | 1100100 | 0 | 1000010 | 100000011 | 1100100 | 10001 |
Color Harmonies of #1C0057
Complementary color
Monochromatic Colors of #1C0057
Black with #1C0057
Text Example
Text Example
White with #1C0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0057; }
p { color: rgb(28,0,87); }
H1.HeaderClassName
{
color: #1C0057;
}
.AnyTagClassName
{
color: #1C0057;
}
</style>
background-color css
<style>
a { background-color: #1C0057; }
a { background-color: rgb(28,0,87); }
div.DivClassName
{
background-color: #1C0057;
}
.BgClassName
{
background-color: #1C0057;
}
</style>
border-color css
<style>
span { border-color: #1C0057; }
span { border-color: rgb(28,0,87); }
td.TdClassName
{
border-color: #1C0057;
}
.TagClassName
{
border-color: #1C0057;
}
</style>