Shades of Indigo #4D077F
Tints of Indigo #4D077F
RGB
CMYK
RGB Variations
Color information
#4D077F (or 0x4D077F) is known color: Indigo. HEX triplet: 4D, 07 and 7F. RGB value is (77,7,127). Sum of RGB (Red+Green+Blue) = 77+7+127=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D077F is #B2F880. Grayscale: #292929. Windows color (decimal): -11729025 or 8324941. OLE color: 8324941.
HSL color Cylindrical-coordinate representation of color #4D077F: hue angle of 275º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D077F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 7 | 127 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.50 |
| HSL | 275º | 0.9% | 0.26% | - |
| HSV(B) | 275º | 0.94% | 0.5% | - |
| XYZ | 6.97 | 3.26 | 20.34 | - |
| YUV | 41.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 127 | 0.39 | 0.94 | 0 | 0.50 | 275 | 0.9 | 0.26 |
| Hex | 4D | 7 | 7F | 27 | 5E | 0 | 32 | 113 | 5A | 1A |
| Octal | 115 | 7 | 177 | 47 | 136 | 0 | 62 | 423 | 132 | 32 |
| Binary | 1001101 | 111 | 1111111 | 100111 | 1011110 | 0 | 110010 | 100010011 | 1011010 | 11010 |
Color Harmonies of #4D077F
Complementary color
Monochromatic Colors of #4D077F
Black with #4D077F
Text Example
Text Example
White with #4D077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D077F; }
p { color: rgb(77,7,127); }
H1.HeaderClassName
{
color: #4D077F;
}
.AnyTagClassName
{
color: #4D077F;
}
</style>
background-color css
<style>
a { background-color: #4D077F; }
a { background-color: rgb(77,7,127); }
div.DivClassName
{
background-color: #4D077F;
}
.BgClassName
{
background-color: #4D077F;
}
</style>
border-color css
<style>
span { border-color: #4D077F; }
span { border-color: rgb(77,7,127); }
td.TdClassName
{
border-color: #4D077F;
}
.TagClassName
{
border-color: #4D077F;
}
</style>