Shades of Indigo #4D016D
Tints of Indigo #4D016D
RGB
CMYK
RGB Variations
Color information
#4D016D (or 0x4D016D) is known color: Indigo. HEX triplet: 4D, 01 and 6D. RGB value is (77,1,109). Sum of RGB (Red+Green+Blue) = 77+1+109=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D016D is #B2FE92. Grayscale: #232323. Windows color (decimal): -11730579 or 7143757. OLE color: 7143757.
HSL color Cylindrical-coordinate representation of color #4D016D: hue angle of 282.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D016D is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 1 | 109 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.57 |
| HSL | 282.22º | 0.98% | 0.22% | - |
| HSV(B) | 282.22º | 0.99% | 0.43% | - |
| XYZ | 5.83 | 2.7 | 14.68 | - |
| YUV | 36.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 109 | 0.29 | 0.99 | 0 | 0.57 | 282.22 | 0.98 | 0.22 |
| Hex | 4D | 1 | 6D | 1D | 63 | 0 | 39 | 11A | 62 | 16 |
| Octal | 115 | 1 | 155 | 35 | 143 | 0 | 71 | 432 | 142 | 26 |
| Binary | 1001101 | 1 | 1101101 | 11101 | 1100011 | 0 | 111001 | 100011010 | 1100010 | 10110 |
Color Harmonies of #4D016D
Complementary color
Monochromatic Colors of #4D016D
Black with #4D016D
Text Example
Text Example
White with #4D016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D016D; }
p { color: rgb(77,1,109); }
H1.HeaderClassName
{
color: #4D016D;
}
.AnyTagClassName
{
color: #4D016D;
}
</style>
background-color css
<style>
a { background-color: #4D016D; }
a { background-color: rgb(77,1,109); }
div.DivClassName
{
background-color: #4D016D;
}
.BgClassName
{
background-color: #4D016D;
}
</style>
border-color css
<style>
span { border-color: #4D016D; }
span { border-color: rgb(77,1,109); }
td.TdClassName
{
border-color: #4D016D;
}
.TagClassName
{
border-color: #4D016D;
}
</style>