Shades of Indigo #4D026E
Tints of Indigo #4D026E
RGB
CMYK
RGB Variations
Color information
#4D026E (or 0x4D026E) is known color: Indigo. HEX triplet: 4D, 02 and 6E. RGB value is (77,2,110). Sum of RGB (Red+Green+Blue) = 77+2+110=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D026E is #B2FD91. Grayscale: #242424. Windows color (decimal): -11730322 or 7209549. OLE color: 7209549.
HSL color Cylindrical-coordinate representation of color #4D026E: hue angle of 281.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D026E is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 2 | 110 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.57 |
| HSL | 281.67º | 0.96% | 0.22% | - |
| HSV(B) | 281.67º | 0.98% | 0.43% | - |
| XYZ | 5.9 | 2.75 | 14.97 | - |
| YUV | 36.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 110 | 0.3 | 0.98 | 0 | 0.57 | 281.67 | 0.96 | 0.22 |
| Hex | 4D | 2 | 6E | 1E | 62 | 0 | 39 | 11A | 60 | 16 |
| Octal | 115 | 2 | 156 | 36 | 142 | 0 | 71 | 432 | 140 | 26 |
| Binary | 1001101 | 10 | 1101110 | 11110 | 1100010 | 0 | 111001 | 100011010 | 1100000 | 10110 |
Color Harmonies of #4D026E
Complementary color
Monochromatic Colors of #4D026E
Black with #4D026E
Text Example
Text Example
White with #4D026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D026E; }
p { color: rgb(77,2,110); }
H1.HeaderClassName
{
color: #4D026E;
}
.AnyTagClassName
{
color: #4D026E;
}
</style>
background-color css
<style>
a { background-color: #4D026E; }
a { background-color: rgb(77,2,110); }
div.DivClassName
{
background-color: #4D026E;
}
.BgClassName
{
background-color: #4D026E;
}
</style>
border-color css
<style>
span { border-color: #4D026E; }
span { border-color: rgb(77,2,110); }
td.TdClassName
{
border-color: #4D026E;
}
.TagClassName
{
border-color: #4D026E;
}
</style>