Shades of Indigo #4C019E
Tints of Indigo #4C019E
RGB
CMYK
RGB Variations
Color information
#4C019E (or 0x4C019E) is known color: Indigo. HEX triplet: 4C, 01 and 9E. RGB value is (76,1,158). Sum of RGB (Red+Green+Blue) = 76+1+158=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C019E is #B3FE61. Grayscale: #282828. Windows color (decimal): -11796066 or 10355020. OLE color: 10355020.
HSL color Cylindrical-coordinate representation of color #4C019E: hue angle of 268.66º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C019E is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 1 | 158 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.38 |
| HSL | 268.66º | 0.99% | 0.31% | - |
| HSV(B) | 268.66º | 0.99% | 0.62% | - |
| XYZ | 9.16 | 4.03 | 32.64 | - |
| YUV | 41.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 158 | 0.52 | 0.99 | 0 | 0.38 | 268.66 | 0.99 | 0.31 |
| Hex | 4C | 1 | 9E | 34 | 63 | 0 | 26 | 10D | 63 | 1F |
| Octal | 114 | 1 | 236 | 64 | 143 | 0 | 46 | 415 | 143 | 37 |
| Binary | 1001100 | 1 | 10011110 | 110100 | 1100011 | 0 | 100110 | 100001101 | 1100011 | 11111 |
Color Harmonies of #4C019E
Complementary color
Monochromatic Colors of #4C019E
Black with #4C019E
Text Example
Text Example
White with #4C019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C019E; }
p { color: rgb(76,1,158); }
H1.HeaderClassName
{
color: #4C019E;
}
.AnyTagClassName
{
color: #4C019E;
}
</style>
background-color css
<style>
a { background-color: #4C019E; }
a { background-color: rgb(76,1,158); }
div.DivClassName
{
background-color: #4C019E;
}
.BgClassName
{
background-color: #4C019E;
}
</style>
border-color css
<style>
span { border-color: #4C019E; }
span { border-color: rgb(76,1,158); }
td.TdClassName
{
border-color: #4C019E;
}
.TagClassName
{
border-color: #4C019E;
}
</style>