Shades of Indigo #4D027C
Tints of Indigo #4D027C
RGB
CMYK
RGB Variations
Color information
#4D027C (or 0x4D027C) is known color: Indigo. HEX triplet: 4D, 02 and 7C. RGB value is (77,2,124). Sum of RGB (Red+Green+Blue) = 77+2+124=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D027C is #B2FD83. Grayscale: #252525. Windows color (decimal): -11730308 or 8127053. OLE color: 8127053.
HSL color Cylindrical-coordinate representation of color #4D027C: hue angle of 276.89º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D027C is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 2 | 124 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.51 |
| HSL | 276.89º | 0.97% | 0.25% | - |
| HSV(B) | 276.89º | 0.98% | 0.49% | - |
| XYZ | 6.72 | 3.08 | 19.31 | - |
| YUV | 38.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 124 | 0.38 | 0.98 | 0 | 0.51 | 276.89 | 0.97 | 0.25 |
| Hex | 4D | 2 | 7C | 26 | 62 | 0 | 33 | 115 | 61 | 19 |
| Octal | 115 | 2 | 174 | 46 | 142 | 0 | 63 | 425 | 141 | 31 |
| Binary | 1001101 | 10 | 1111100 | 100110 | 1100010 | 0 | 110011 | 100010101 | 1100001 | 11001 |
Color Harmonies of #4D027C
Complementary color
Monochromatic Colors of #4D027C
Black with #4D027C
Text Example
Text Example
White with #4D027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D027C; }
p { color: rgb(77,2,124); }
H1.HeaderClassName
{
color: #4D027C;
}
.AnyTagClassName
{
color: #4D027C;
}
</style>
background-color css
<style>
a { background-color: #4D027C; }
a { background-color: rgb(77,2,124); }
div.DivClassName
{
background-color: #4D027C;
}
.BgClassName
{
background-color: #4D027C;
}
</style>
border-color css
<style>
span { border-color: #4D027C; }
span { border-color: rgb(77,2,124); }
td.TdClassName
{
border-color: #4D027C;
}
.TagClassName
{
border-color: #4D027C;
}
</style>