Shades of Indigo #4D0596
Tints of Indigo #4D0596
RGB
CMYK
RGB Variations
Color information
#4D0596 (or 0x4D0596) is known color: Indigo. HEX triplet: 4D, 05 and 96. RGB value is (77,5,150). Sum of RGB (Red+Green+Blue) = 77+5+150=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D0596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0596 is #B2FA69. Grayscale: #2A2A2A. Windows color (decimal): -11729514 or 9831757. OLE color: 9831757.
HSL color Cylindrical-coordinate representation of color #4D0596: hue angle of 269.79º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0596 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 5 | 150 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.41 |
| HSL | 269.79º | 0.94% | 0.3% | - |
| HSV(B) | 269.79º | 0.97% | 0.59% | - |
| XYZ | 8.62 | 3.89 | 29.15 | - |
| YUV | 43.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 150 | 0.49 | 0.97 | 0 | 0.41 | 269.79 | 0.94 | 0.3 |
| Hex | 4D | 5 | 96 | 31 | 61 | 0 | 29 | 10E | 5E | 1E |
| Octal | 115 | 5 | 226 | 61 | 141 | 0 | 51 | 416 | 136 | 36 |
| Binary | 1001101 | 101 | 10010110 | 110001 | 1100001 | 0 | 101001 | 100001110 | 1011110 | 11110 |
Color Harmonies of #4D0596
Complementary color
Monochromatic Colors of #4D0596
Black with #4D0596
Text Example
Text Example
White with #4D0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0596; }
p { color: rgb(77,5,150); }
H1.HeaderClassName
{
color: #4D0596;
}
.AnyTagClassName
{
color: #4D0596;
}
</style>
background-color css
<style>
a { background-color: #4D0596; }
a { background-color: rgb(77,5,150); }
div.DivClassName
{
background-color: #4D0596;
}
.BgClassName
{
background-color: #4D0596;
}
</style>
border-color css
<style>
span { border-color: #4D0596; }
span { border-color: rgb(77,5,150); }
td.TdClassName
{
border-color: #4D0596;
}
.TagClassName
{
border-color: #4D0596;
}
</style>