Shades of Indigo #4D016E
Tints of Indigo #4D016E
RGB
CMYK
RGB Variations
Color information
#4D016E (or 0x4D016E) is known color: Indigo. HEX triplet: 4D, 01 and 6E. RGB value is (77,1,110). Sum of RGB (Red+Green+Blue) = 77+1+110=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D016E is #B2FE91. Grayscale: #232323. Windows color (decimal): -11730578 or 7209293. OLE color: 7209293.
HSL color Cylindrical-coordinate representation of color #4D016E: hue angle of 281.83º 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 #4D016E is Cyan = 0.3, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 1 | 110 | - |
| CMYK | 0.3 | 0.99 | 0 | 0.57 |
| HSL | 281.83º | 0.98% | 0.22% | - |
| HSV(B) | 281.83º | 0.99% | 0.43% | - |
| XYZ | 5.89 | 2.73 | 14.97 | - |
| YUV | 36.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 110 | 0.3 | 0.99 | 0 | 0.57 | 281.83 | 0.98 | 0.22 |
| Hex | 4D | 1 | 6E | 1E | 63 | 0 | 39 | 11A | 62 | 16 |
| Octal | 115 | 1 | 156 | 36 | 143 | 0 | 71 | 432 | 142 | 26 |
| Binary | 1001101 | 1 | 1101110 | 11110 | 1100011 | 0 | 111001 | 100011010 | 1100010 | 10110 |
Color Harmonies of #4D016E
Complementary color
Monochromatic Colors of #4D016E
Black with #4D016E
Text Example
Text Example
White with #4D016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D016E; }
p { color: rgb(77,1,110); }
H1.HeaderClassName
{
color: #4D016E;
}
.AnyTagClassName
{
color: #4D016E;
}
</style>
background-color css
<style>
a { background-color: #4D016E; }
a { background-color: rgb(77,1,110); }
div.DivClassName
{
background-color: #4D016E;
}
.BgClassName
{
background-color: #4D016E;
}
</style>
border-color css
<style>
span { border-color: #4D016E; }
span { border-color: rgb(77,1,110); }
td.TdClassName
{
border-color: #4D016E;
}
.TagClassName
{
border-color: #4D016E;
}
</style>