Shades of Indigo #4D107C
Tints of Indigo #4D107C
RGB
CMYK
RGB Variations
Color information
#4D107C (or 0x4D107C) is known color: Indigo. HEX triplet: 4D, 10 and 7C. RGB value is (77,16,124). Sum of RGB (Red+Green+Blue) = 77+16+124=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D107C is #B2EF83. Grayscale: #2E2E2E. Windows color (decimal): -11726724 or 8130637. OLE color: 8130637.
HSL color Cylindrical-coordinate representation of color #4D107C: hue angle of 273.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D107C is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 16 | 124 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.51 |
| HSL | 273.89º | 0.77% | 0.27% | - |
| HSV(B) | 273.89º | 0.87% | 0.49% | - |
| XYZ | 6.88 | 3.4 | 19.36 | - |
| YUV | 46.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 124 | 0.38 | 0.87 | 0 | 0.51 | 273.89 | 0.77 | 0.27 |
| Hex | 4D | 10 | 7C | 26 | 57 | 0 | 33 | 112 | 4D | 1B |
| Octal | 115 | 20 | 174 | 46 | 127 | 0 | 63 | 422 | 115 | 33 |
| Binary | 1001101 | 10000 | 1111100 | 100110 | 1010111 | 0 | 110011 | 100010010 | 1001101 | 11011 |
Color Harmonies of #4D107C
Complementary color
Monochromatic Colors of #4D107C
Black with #4D107C
Text Example
Text Example
White with #4D107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D107C; }
p { color: rgb(77,16,124); }
H1.HeaderClassName
{
color: #4D107C;
}
.AnyTagClassName
{
color: #4D107C;
}
</style>
background-color css
<style>
a { background-color: #4D107C; }
a { background-color: rgb(77,16,124); }
div.DivClassName
{
background-color: #4D107C;
}
.BgClassName
{
background-color: #4D107C;
}
</style>
border-color css
<style>
span { border-color: #4D107C; }
span { border-color: rgb(77,16,124); }
td.TdClassName
{
border-color: #4D107C;
}
.TagClassName
{
border-color: #4D107C;
}
</style>