Shades of Violent Violet #1C0058
Tints of Violent Violet #1C0058
RGB
CMYK
RGB Variations
Color information
#1C0058 (or 0x1C0058) is known color: Violent Violet. HEX triplet: 1C, 00 and 58. RGB value is (28,0,88). Sum of RGB (Red+Green+Blue) = 28+0+88=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0058 is #E3FFA7. Grayscale: #121212. Windows color (decimal): -14942120 or 5767196. OLE color: 5767196.
HSL color Cylindrical-coordinate representation of color #1C0058: hue angle of 259.09º 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 #1C0058 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 0 | 88 | - |
| CMYK | 0.68 | 1 | 0 | 0.65 |
| HSL | 259.09º | 1% | 0.17% | - |
| HSV(B) | 259.09º | 1% | 0.35% | - |
| XYZ | 2.24 | 0.95 | 9.3 | - |
| YUV | 18.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 88 | 0.68 | 1 | 0 | 0.65 | 259.09 | 1 | 0.17 |
| Hex | 1C | 0 | 58 | 44 | 64 | 0 | 41 | 103 | 64 | 11 |
| Octal | 34 | 0 | 130 | 104 | 144 | 0 | 101 | 403 | 144 | 21 |
| Binary | 11100 | 0 | 1011000 | 1000100 | 1100100 | 0 | 1000001 | 100000011 | 1100100 | 10001 |
Color Harmonies of #1C0058
Complementary color
Monochromatic Colors of #1C0058
Black with #1C0058
Text Example
Text Example
White with #1C0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0058; }
p { color: rgb(28,0,88); }
H1.HeaderClassName
{
color: #1C0058;
}
.AnyTagClassName
{
color: #1C0058;
}
</style>
background-color css
<style>
a { background-color: #1C0058; }
a { background-color: rgb(28,0,88); }
div.DivClassName
{
background-color: #1C0058;
}
.BgClassName
{
background-color: #1C0058;
}
</style>
border-color css
<style>
span { border-color: #1C0058; }
span { border-color: rgb(28,0,88); }
td.TdClassName
{
border-color: #1C0058;
}
.TagClassName
{
border-color: #1C0058;
}
</style>