Shades of Indigo #4A0C71
Tints of Indigo #4A0C71
RGB
CMYK
RGB Variations
Color information
#4A0C71 (or 0x4A0C71) is known color: Indigo. HEX triplet: 4A, 0C and 71. RGB value is (74,12,113). Sum of RGB (Red+Green+Blue) = 74+12+113=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A0C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0C71 is #B5F38E. Grayscale: #292929. Windows color (decimal): -11924367 or 7408714. OLE color: 7408714.
HSL color Cylindrical-coordinate representation of color #4A0C71: hue angle of 276.83º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0C71 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 12 | 113 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.56 |
| HSL | 276.83º | 0.81% | 0.25% | - |
| HSV(B) | 276.83º | 0.89% | 0.44% | - |
| XYZ | 5.94 | 2.91 | 15.87 | - |
| YUV | 42.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 113 | 0.35 | 0.89 | 0 | 0.56 | 276.83 | 0.81 | 0.25 |
| Hex | 4A | C | 71 | 23 | 59 | 0 | 38 | 115 | 51 | 19 |
| Octal | 112 | 14 | 161 | 43 | 131 | 0 | 70 | 425 | 121 | 31 |
| Binary | 1001010 | 1100 | 1110001 | 100011 | 1011001 | 0 | 111000 | 100010101 | 1010001 | 11001 |
Color Harmonies of #4A0C71
Complementary color
Monochromatic Colors of #4A0C71
Black with #4A0C71
Text Example
Text Example
White with #4A0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C71; }
p { color: rgb(74,12,113); }
H1.HeaderClassName
{
color: #4A0C71;
}
.AnyTagClassName
{
color: #4A0C71;
}
</style>
background-color css
<style>
a { background-color: #4A0C71; }
a { background-color: rgb(74,12,113); }
div.DivClassName
{
background-color: #4A0C71;
}
.BgClassName
{
background-color: #4A0C71;
}
</style>
border-color css
<style>
span { border-color: #4A0C71; }
span { border-color: rgb(74,12,113); }
td.TdClassName
{
border-color: #4A0C71;
}
.TagClassName
{
border-color: #4A0C71;
}
</style>