Shades of Indigo #4C179E
Tints of Indigo #4C179E
RGB
CMYK
RGB Variations
Color information
#4C179E (or 0x4C179E) is known color: Indigo. HEX triplet: 4C, 17 and 9E. RGB value is (76,23,158). Sum of RGB (Red+Green+Blue) = 76+23+158=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C179E is #B3E861. Grayscale: #353535. Windows color (decimal): -11790434 or 10360652. OLE color: 10360652.
HSL color Cylindrical-coordinate representation of color #4C179E: hue angle of 263.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C179E is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 23 | 158 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.38 |
| HSL | 263.56º | 0.75% | 0.35% | - |
| HSV(B) | 263.56º | 0.85% | 0.62% | - |
| XYZ | 9.46 | 4.62 | 32.74 | - |
| YUV | 54.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 158 | 0.52 | 0.85 | 0 | 0.38 | 263.56 | 0.75 | 0.35 |
| Hex | 4C | 17 | 9E | 34 | 55 | 0 | 26 | 108 | 4B | 23 |
| Octal | 114 | 27 | 236 | 64 | 125 | 0 | 46 | 410 | 113 | 43 |
| Binary | 1001100 | 10111 | 10011110 | 110100 | 1010101 | 0 | 100110 | 100001000 | 1001011 | 100011 |
Color Harmonies of #4C179E
Complementary color
Monochromatic Colors of #4C179E
Black with #4C179E
Text Example
Text Example
White with #4C179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C179E; }
p { color: rgb(76,23,158); }
H1.HeaderClassName
{
color: #4C179E;
}
.AnyTagClassName
{
color: #4C179E;
}
</style>
background-color css
<style>
a { background-color: #4C179E; }
a { background-color: rgb(76,23,158); }
div.DivClassName
{
background-color: #4C179E;
}
.BgClassName
{
background-color: #4C179E;
}
</style>
border-color css
<style>
span { border-color: #4C179E; }
span { border-color: rgb(76,23,158); }
td.TdClassName
{
border-color: #4C179E;
}
.TagClassName
{
border-color: #4C179E;
}
</style>