Shades of Indigo #4C177C
Tints of Indigo #4C177C
RGB
CMYK
RGB Variations
Color information
#4C177C (or 0x4C177C) is known color: Indigo. HEX triplet: 4C, 17 and 7C. RGB value is (76,23,124). Sum of RGB (Red+Green+Blue) = 76+23+124=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C177C is #B3E883. Grayscale: #323232. Windows color (decimal): -11790468 or 8132428. OLE color: 8132428.
HSL color Cylindrical-coordinate representation of color #4C177C: hue angle of 271.49º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C177C is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 23 | 124 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.51 |
| HSL | 271.49º | 0.69% | 0.29% | - |
| HSV(B) | 271.49º | 0.81% | 0.49% | - |
| XYZ | 6.92 | 3.6 | 19.4 | - |
| YUV | 50.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 124 | 0.39 | 0.81 | 0 | 0.51 | 271.49 | 0.69 | 0.29 |
| Hex | 4C | 17 | 7C | 27 | 51 | 0 | 33 | 10F | 45 | 1D |
| Octal | 114 | 27 | 174 | 47 | 121 | 0 | 63 | 417 | 105 | 35 |
| Binary | 1001100 | 10111 | 1111100 | 100111 | 1010001 | 0 | 110011 | 100001111 | 1000101 | 11101 |
Color Harmonies of #4C177C
Complementary color
Monochromatic Colors of #4C177C
Black with #4C177C
Text Example
Text Example
White with #4C177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C177C; }
p { color: rgb(76,23,124); }
H1.HeaderClassName
{
color: #4C177C;
}
.AnyTagClassName
{
color: #4C177C;
}
</style>
background-color css
<style>
a { background-color: #4C177C; }
a { background-color: rgb(76,23,124); }
div.DivClassName
{
background-color: #4C177C;
}
.BgClassName
{
background-color: #4C177C;
}
</style>
border-color css
<style>
span { border-color: #4C177C; }
span { border-color: rgb(76,23,124); }
td.TdClassName
{
border-color: #4C177C;
}
.TagClassName
{
border-color: #4C177C;
}
</style>