Shades of Indigo #4D179D
Tints of Indigo #4D179D
RGB
CMYK
RGB Variations
Color information
#4D179D (or 0x4D179D) is known color: Indigo. HEX triplet: 4D, 17 and 9D. RGB value is (77,23,157). Sum of RGB (Red+Green+Blue) = 77+23+157=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D179D is #B2E862. Grayscale: #353535. Windows color (decimal): -11724899 or 10295117. OLE color: 10295117.
HSL color Cylindrical-coordinate representation of color #4D179D: hue angle of 264.18º 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 #4D179D is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 23 | 157 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.38 |
| HSL | 264.18º | 0.74% | 0.35% | - |
| HSV(B) | 264.18º | 0.85% | 0.62% | - |
| XYZ | 9.45 | 4.62 | 32.29 | - |
| YUV | 54.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 157 | 0.51 | 0.85 | 0 | 0.38 | 264.18 | 0.74 | 0.35 |
| Hex | 4D | 17 | 9D | 33 | 55 | 0 | 26 | 108 | 4A | 23 |
| Octal | 115 | 27 | 235 | 63 | 125 | 0 | 46 | 410 | 112 | 43 |
| Binary | 1001101 | 10111 | 10011101 | 110011 | 1010101 | 0 | 100110 | 100001000 | 1001010 | 100011 |
Color Harmonies of #4D179D
Complementary color
Monochromatic Colors of #4D179D
Black with #4D179D
Text Example
Text Example
White with #4D179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D179D; }
p { color: rgb(77,23,157); }
H1.HeaderClassName
{
color: #4D179D;
}
.AnyTagClassName
{
color: #4D179D;
}
</style>
background-color css
<style>
a { background-color: #4D179D; }
a { background-color: rgb(77,23,157); }
div.DivClassName
{
background-color: #4D179D;
}
.BgClassName
{
background-color: #4D179D;
}
</style>
border-color css
<style>
span { border-color: #4D179D; }
span { border-color: rgb(77,23,157); }
td.TdClassName
{
border-color: #4D179D;
}
.TagClassName
{
border-color: #4D179D;
}
</style>