Shades of Indigo #4A0777
Tints of Indigo #4A0777
RGB
CMYK
RGB Variations
Color information
#4A0777 (or 0x4A0777) is known color: Indigo. HEX triplet: 4A, 07 and 77. RGB value is (74,7,119). Sum of RGB (Red+Green+Blue) = 74+7+119=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A0777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0777 is #B5F888. Grayscale: #272727. Windows color (decimal): -11925641 or 7800650. OLE color: 7800650.
HSL color Cylindrical-coordinate representation of color #4A0777: hue angle of 275.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0777 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 7 | 119 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.53 |
| HSL | 275.89º | 0.89% | 0.25% | - |
| HSV(B) | 275.89º | 0.94% | 0.47% | - |
| XYZ | 6.23 | 2.94 | 17.69 | - |
| YUV | 39.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 119 | 0.38 | 0.94 | 0 | 0.53 | 275.89 | 0.89 | 0.25 |
| Hex | 4A | 7 | 77 | 26 | 5E | 0 | 35 | 114 | 59 | 19 |
| Octal | 112 | 7 | 167 | 46 | 136 | 0 | 65 | 424 | 131 | 31 |
| Binary | 1001010 | 111 | 1110111 | 100110 | 1011110 | 0 | 110101 | 100010100 | 1011001 | 11001 |
Color Harmonies of #4A0777
Complementary color
Monochromatic Colors of #4A0777
Black with #4A0777
Text Example
Text Example
White with #4A0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0777; }
p { color: rgb(74,7,119); }
H1.HeaderClassName
{
color: #4A0777;
}
.AnyTagClassName
{
color: #4A0777;
}
</style>
background-color css
<style>
a { background-color: #4A0777; }
a { background-color: rgb(74,7,119); }
div.DivClassName
{
background-color: #4A0777;
}
.BgClassName
{
background-color: #4A0777;
}
</style>
border-color css
<style>
span { border-color: #4A0777; }
span { border-color: rgb(74,7,119); }
td.TdClassName
{
border-color: #4A0777;
}
.TagClassName
{
border-color: #4A0777;
}
</style>