Shades of Indigo #4D056C
Tints of Indigo #4D056C
RGB
CMYK
RGB Variations
Color information
#4D056C (or 0x4D056C) is known color: Indigo. HEX triplet: 4D, 05 and 6C. RGB value is (77,5,108). Sum of RGB (Red+Green+Blue) = 77+5+108=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D056C is #B2FA93. Grayscale: #252525. Windows color (decimal): -11729556 or 7079245. OLE color: 7079245.
HSL color Cylindrical-coordinate representation of color #4D056C: hue angle of 281.94º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D056C is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 5 | 108 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.58 |
| HSL | 281.94º | 0.91% | 0.22% | - |
| HSV(B) | 281.94º | 0.95% | 0.42% | - |
| XYZ | 5.82 | 2.77 | 14.42 | - |
| YUV | 38.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 108 | 0.29 | 0.95 | 0 | 0.58 | 281.94 | 0.91 | 0.22 |
| Hex | 4D | 5 | 6C | 1D | 5F | 0 | 3A | 11A | 5B | 16 |
| Octal | 115 | 5 | 154 | 35 | 137 | 0 | 72 | 432 | 133 | 26 |
| Binary | 1001101 | 101 | 1101100 | 11101 | 1011111 | 0 | 111010 | 100011010 | 1011011 | 10110 |
Color Harmonies of #4D056C
Complementary color
Monochromatic Colors of #4D056C
Black with #4D056C
Text Example
Text Example
White with #4D056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D056C; }
p { color: rgb(77,5,108); }
H1.HeaderClassName
{
color: #4D056C;
}
.AnyTagClassName
{
color: #4D056C;
}
</style>
background-color css
<style>
a { background-color: #4D056C; }
a { background-color: rgb(77,5,108); }
div.DivClassName
{
background-color: #4D056C;
}
.BgClassName
{
background-color: #4D056C;
}
</style>
border-color css
<style>
span { border-color: #4D056C; }
span { border-color: rgb(77,5,108); }
td.TdClassName
{
border-color: #4D056C;
}
.TagClassName
{
border-color: #4D056C;
}
</style>