Shades of Indigo #4D057E
Tints of Indigo #4D057E
RGB
CMYK
RGB Variations
Color information
#4D057E (or 0x4D057E) is known color: Indigo. HEX triplet: 4D, 05 and 7E. RGB value is (77,5,126). Sum of RGB (Red+Green+Blue) = 77+5+126=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D057E is #B2FA81. Grayscale: #272727. Windows color (decimal): -11729538 or 8258893. OLE color: 8258893.
HSL color Cylindrical-coordinate representation of color #4D057E: hue angle of 275.7º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D057E is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 5 | 126 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.51 |
| HSL | 275.7º | 0.92% | 0.26% | - |
| HSV(B) | 275.7º | 0.96% | 0.49% | - |
| XYZ | 6.88 | 3.19 | 19.99 | - |
| YUV | 40.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 126 | 0.39 | 0.96 | 0 | 0.51 | 275.7 | 0.92 | 0.26 |
| Hex | 4D | 5 | 7E | 27 | 60 | 0 | 33 | 114 | 5C | 1A |
| Octal | 115 | 5 | 176 | 47 | 140 | 0 | 63 | 424 | 134 | 32 |
| Binary | 1001101 | 101 | 1111110 | 100111 | 1100000 | 0 | 110011 | 100010100 | 1011100 | 11010 |
Color Harmonies of #4D057E
Complementary color
Monochromatic Colors of #4D057E
Black with #4D057E
Text Example
Text Example
White with #4D057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D057E; }
p { color: rgb(77,5,126); }
H1.HeaderClassName
{
color: #4D057E;
}
.AnyTagClassName
{
color: #4D057E;
}
</style>
background-color css
<style>
a { background-color: #4D057E; }
a { background-color: rgb(77,5,126); }
div.DivClassName
{
background-color: #4D057E;
}
.BgClassName
{
background-color: #4D057E;
}
</style>
border-color css
<style>
span { border-color: #4D057E; }
span { border-color: rgb(77,5,126); }
td.TdClassName
{
border-color: #4D057E;
}
.TagClassName
{
border-color: #4D057E;
}
</style>