Shades of Indigo #4D025E
Tints of Indigo #4D025E
RGB
CMYK
RGB Variations
Color information
#4D025E (or 0x4D025E) is known color: Indigo. HEX triplet: 4D, 02 and 5E. RGB value is (77,2,94). Sum of RGB (Red+Green+Blue) = 77+2+94=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D025E is #B2FDA1. Grayscale: #222222. Windows color (decimal): -11730338 or 6160973. OLE color: 6160973.
HSL color Cylindrical-coordinate representation of color #4D025E: hue angle of 288.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D025E is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 2 | 94 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.63 |
| HSL | 288.91º | 0.96% | 0.19% | - |
| HSV(B) | 288.91º | 0.98% | 0.37% | - |
| XYZ | 5.1 | 2.43 | 10.79 | - |
| YUV | 34.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 94 | 0.18 | 0.98 | 0 | 0.63 | 288.91 | 0.96 | 0.19 |
| Hex | 4D | 2 | 5E | 12 | 62 | 0 | 3F | 121 | 60 | 13 |
| Octal | 115 | 2 | 136 | 22 | 142 | 0 | 77 | 441 | 140 | 23 |
| Binary | 1001101 | 10 | 1011110 | 10010 | 1100010 | 0 | 111111 | 100100001 | 1100000 | 10011 |
Color Harmonies of #4D025E
Complementary color
Monochromatic Colors of #4D025E
Black with #4D025E
Text Example
Text Example
White with #4D025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D025E; }
p { color: rgb(77,2,94); }
H1.HeaderClassName
{
color: #4D025E;
}
.AnyTagClassName
{
color: #4D025E;
}
</style>
background-color css
<style>
a { background-color: #4D025E; }
a { background-color: rgb(77,2,94); }
div.DivClassName
{
background-color: #4D025E;
}
.BgClassName
{
background-color: #4D025E;
}
</style>
border-color css
<style>
span { border-color: #4D025E; }
span { border-color: rgb(77,2,94); }
td.TdClassName
{
border-color: #4D025E;
}
.TagClassName
{
border-color: #4D025E;
}
</style>