Shades of Indigo #4D0475
Tints of Indigo #4D0475
RGB
CMYK
RGB Variations
Color information
#4D0475 (or 0x4D0475) is known color: Indigo. HEX triplet: 4D, 04 and 75. RGB value is (77,4,117). Sum of RGB (Red+Green+Blue) = 77+4+117=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D0475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0475 is #B2FB8A. Grayscale: #262626. Windows color (decimal): -11729803 or 7668813. OLE color: 7668813.
HSL color Cylindrical-coordinate representation of color #4D0475: hue angle of 278.76º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0475 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 4 | 117 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.54 |
| HSL | 278.76º | 0.93% | 0.24% | - |
| HSV(B) | 278.76º | 0.97% | 0.46% | - |
| XYZ | 6.31 | 2.95 | 17.07 | - |
| YUV | 38.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 117 | 0.34 | 0.97 | 0 | 0.54 | 278.76 | 0.93 | 0.24 |
| Hex | 4D | 4 | 75 | 22 | 61 | 0 | 36 | 117 | 5D | 18 |
| Octal | 115 | 4 | 165 | 42 | 141 | 0 | 66 | 427 | 135 | 30 |
| Binary | 1001101 | 100 | 1110101 | 100010 | 1100001 | 0 | 110110 | 100010111 | 1011101 | 11000 |
Color Harmonies of #4D0475
Complementary color
Monochromatic Colors of #4D0475
Black with #4D0475
Text Example
Text Example
White with #4D0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0475; }
p { color: rgb(77,4,117); }
H1.HeaderClassName
{
color: #4D0475;
}
.AnyTagClassName
{
color: #4D0475;
}
</style>
background-color css
<style>
a { background-color: #4D0475; }
a { background-color: rgb(77,4,117); }
div.DivClassName
{
background-color: #4D0475;
}
.BgClassName
{
background-color: #4D0475;
}
</style>
border-color css
<style>
span { border-color: #4D0475; }
span { border-color: rgb(77,4,117); }
td.TdClassName
{
border-color: #4D0475;
}
.TagClassName
{
border-color: #4D0475;
}
</style>