Shades of Indigo #4D0877
Tints of Indigo #4D0877
RGB
CMYK
RGB Variations
Color information
#4D0877 (or 0x4D0877) is known color: Indigo. HEX triplet: 4D, 08 and 77. RGB value is (77,8,119). Sum of RGB (Red+Green+Blue) = 77+8+119=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D0877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0877 is #B2F788. Grayscale: #282828. Windows color (decimal): -11728777 or 7800909. OLE color: 7800909.
HSL color Cylindrical-coordinate representation of color #4D0877: hue angle of 277.3º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0877 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 8 | 119 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.53 |
| HSL | 277.3º | 0.87% | 0.25% | - |
| HSV(B) | 277.3º | 0.93% | 0.47% | - |
| XYZ | 6.48 | 3.08 | 17.71 | - |
| YUV | 41.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 119 | 0.35 | 0.93 | 0 | 0.53 | 277.3 | 0.87 | 0.25 |
| Hex | 4D | 8 | 77 | 23 | 5D | 0 | 35 | 115 | 57 | 19 |
| Octal | 115 | 10 | 167 | 43 | 135 | 0 | 65 | 425 | 127 | 31 |
| Binary | 1001101 | 1000 | 1110111 | 100011 | 1011101 | 0 | 110101 | 100010101 | 1010111 | 11001 |
Color Harmonies of #4D0877
Complementary color
Monochromatic Colors of #4D0877
Black with #4D0877
Text Example
Text Example
White with #4D0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0877; }
p { color: rgb(77,8,119); }
H1.HeaderClassName
{
color: #4D0877;
}
.AnyTagClassName
{
color: #4D0877;
}
</style>
background-color css
<style>
a { background-color: #4D0877; }
a { background-color: rgb(77,8,119); }
div.DivClassName
{
background-color: #4D0877;
}
.BgClassName
{
background-color: #4D0877;
}
</style>
border-color css
<style>
span { border-color: #4D0877; }
span { border-color: rgb(77,8,119); }
td.TdClassName
{
border-color: #4D0877;
}
.TagClassName
{
border-color: #4D0877;
}
</style>