Shades of Indigo #4D005E
Tints of Indigo #4D005E
RGB
CMYK
RGB Variations
Color information
#4D005E (or 0x4D005E) is known color: Indigo. HEX triplet: 4D, 00 and 5E. RGB value is (77,0,94). Sum of RGB (Red+Green+Blue) = 77+0+94=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D005E is #B2FFA1. Grayscale: #212121. Windows color (decimal): -11730850 or 6160461. OLE color: 6160461.
HSL color Cylindrical-coordinate representation of color #4D005E: hue angle of 289.15º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D005E is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 0 | 94 | - |
| CMYK | 0.18 | 1 | 0 | 0.63 |
| HSL | 289.15º | 1% | 0.18% | - |
| HSV(B) | 289.15º | 1% | 0.37% | - |
| XYZ | 5.08 | 2.39 | 10.78 | - |
| YUV | 33.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 94 | 0.18 | 1 | 0 | 0.63 | 289.15 | 1 | 0.18 |
| Hex | 4D | 0 | 5E | 12 | 64 | 0 | 3F | 121 | 64 | 12 |
| Octal | 115 | 0 | 136 | 22 | 144 | 0 | 77 | 441 | 144 | 22 |
| Binary | 1001101 | 0 | 1011110 | 10010 | 1100100 | 0 | 111111 | 100100001 | 1100100 | 10010 |
Color Harmonies of #4D005E
Complementary color
Monochromatic Colors of #4D005E
Black with #4D005E
Text Example
Text Example
White with #4D005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D005E; }
p { color: rgb(77,0,94); }
H1.HeaderClassName
{
color: #4D005E;
}
.AnyTagClassName
{
color: #4D005E;
}
</style>
background-color css
<style>
a { background-color: #4D005E; }
a { background-color: rgb(77,0,94); }
div.DivClassName
{
background-color: #4D005E;
}
.BgClassName
{
background-color: #4D005E;
}
</style>
border-color css
<style>
span { border-color: #4D005E; }
span { border-color: rgb(77,0,94); }
td.TdClassName
{
border-color: #4D005E;
}
.TagClassName
{
border-color: #4D005E;
}
</style>