Shades of Indigo #4D106E
Tints of Indigo #4D106E
RGB
CMYK
RGB Variations
Color information
#4D106E (or 0x4D106E) is known color: Indigo. HEX triplet: 4D, 10 and 6E. RGB value is (77,16,110). Sum of RGB (Red+Green+Blue) = 77+16+110=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D106E is #B2EF91. Grayscale: #2C2C2C. Windows color (decimal): -11726738 or 7213133. OLE color: 7213133.
HSL color Cylindrical-coordinate representation of color #4D106E: hue angle of 278.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D106E is Cyan = 0.3, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 16 | 110 | - |
| CMYK | 0.3 | 0.85 | 0 | 0.57 |
| HSL | 278.94º | 0.75% | 0.25% | - |
| HSV(B) | 278.94º | 0.85% | 0.43% | - |
| XYZ | 6.06 | 3.07 | 15.03 | - |
| YUV | 44.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 110 | 0.3 | 0.85 | 0 | 0.57 | 278.94 | 0.75 | 0.25 |
| Hex | 4D | 10 | 6E | 1E | 55 | 0 | 39 | 117 | 4B | 19 |
| Octal | 115 | 20 | 156 | 36 | 125 | 0 | 71 | 427 | 113 | 31 |
| Binary | 1001101 | 10000 | 1101110 | 11110 | 1010101 | 0 | 111001 | 100010111 | 1001011 | 11001 |
Color Harmonies of #4D106E
Complementary color
Monochromatic Colors of #4D106E
Black with #4D106E
Text Example
Text Example
White with #4D106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D106E; }
p { color: rgb(77,16,110); }
H1.HeaderClassName
{
color: #4D106E;
}
.AnyTagClassName
{
color: #4D106E;
}
</style>
background-color css
<style>
a { background-color: #4D106E; }
a { background-color: rgb(77,16,110); }
div.DivClassName
{
background-color: #4D106E;
}
.BgClassName
{
background-color: #4D106E;
}
</style>
border-color css
<style>
span { border-color: #4D106E; }
span { border-color: rgb(77,16,110); }
td.TdClassName
{
border-color: #4D106E;
}
.TagClassName
{
border-color: #4D106E;
}
</style>