Shades of Violent Violet #1C014E
Tints of Violent Violet #1C014E
RGB
CMYK
RGB Variations
Color information
#1C014E (or 0x1C014E) is known color: Violent Violet. HEX triplet: 1C, 01 and 4E. RGB value is (28,1,78). Sum of RGB (Red+Green+Blue) = 28+1+78=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C014E is #E3FEB1. Grayscale: #111111. Windows color (decimal): -14941874 or 5112092. OLE color: 5112092.
HSL color Cylindrical-coordinate representation of color #1C014E: hue angle of 261.04º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C014E is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 1 | 78 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.69 |
| HSL | 261.04º | 0.97% | 0.15% | - |
| HSV(B) | 261.04º | 0.99% | 0.31% | - |
| XYZ | 1.86 | 0.82 | 7.27 | - |
| YUV | 17.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 78 | 0.64 | 0.99 | 0 | 0.69 | 261.04 | 0.97 | 0.15 |
| Hex | 1C | 1 | 4E | 40 | 63 | 0 | 45 | 105 | 61 | F |
| Octal | 34 | 1 | 116 | 100 | 143 | 0 | 105 | 405 | 141 | 17 |
| Binary | 11100 | 1 | 1001110 | 1000000 | 1100011 | 0 | 1000101 | 100000101 | 1100001 | 1111 |
Color Harmonies of #1C014E
Complementary color
Monochromatic Colors of #1C014E
Black with #1C014E
Text Example
Text Example
White with #1C014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C014E; }
p { color: rgb(28,1,78); }
H1.HeaderClassName
{
color: #1C014E;
}
.AnyTagClassName
{
color: #1C014E;
}
</style>
background-color css
<style>
a { background-color: #1C014E; }
a { background-color: rgb(28,1,78); }
div.DivClassName
{
background-color: #1C014E;
}
.BgClassName
{
background-color: #1C014E;
}
</style>
border-color css
<style>
span { border-color: #1C014E; }
span { border-color: rgb(28,1,78); }
td.TdClassName
{
border-color: #1C014E;
}
.TagClassName
{
border-color: #1C014E;
}
</style>