Shades of Indigo #4C179D
Tints of Indigo #4C179D
RGB
CMYK
RGB Variations
Color information
#4C179D (or 0x4C179D) is known color: Indigo. HEX triplet: 4C, 17 and 9D. RGB value is (76,23,157). Sum of RGB (Red+Green+Blue) = 76+23+157=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C179D is #B3E862. Grayscale: #353535. Windows color (decimal): -11790435 or 10295116. OLE color: 10295116.
HSL color Cylindrical-coordinate representation of color #4C179D: hue angle of 263.73º degrees, saturation: 0.74, 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 #4C179D is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 23 | 157 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.38 |
| HSL | 263.73º | 0.74% | 0.35% | - |
| HSV(B) | 263.73º | 0.85% | 0.62% | - |
| XYZ | 9.37 | 4.58 | 32.29 | - |
| YUV | 54.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 157 | 0.52 | 0.85 | 0 | 0.38 | 263.73 | 0.74 | 0.35 |
| Hex | 4C | 17 | 9D | 34 | 55 | 0 | 26 | 108 | 4A | 23 |
| Octal | 114 | 27 | 235 | 64 | 125 | 0 | 46 | 410 | 112 | 43 |
| Binary | 1001100 | 10111 | 10011101 | 110100 | 1010101 | 0 | 100110 | 100001000 | 1001010 | 100011 |
Color Harmonies of #4C179D
Complementary color
Monochromatic Colors of #4C179D
Black with #4C179D
Text Example
Text Example
White with #4C179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C179D; }
p { color: rgb(76,23,157); }
H1.HeaderClassName
{
color: #4C179D;
}
.AnyTagClassName
{
color: #4C179D;
}
</style>
background-color css
<style>
a { background-color: #4C179D; }
a { background-color: rgb(76,23,157); }
div.DivClassName
{
background-color: #4C179D;
}
.BgClassName
{
background-color: #4C179D;
}
</style>
border-color css
<style>
span { border-color: #4C179D; }
span { border-color: rgb(76,23,157); }
td.TdClassName
{
border-color: #4C179D;
}
.TagClassName
{
border-color: #4C179D;
}
</style>