Shades of Indigo #4A0060
Tints of Indigo #4A0060
RGB
CMYK
RGB Variations
Color information
#4A0060 (or 0x4A0060) is known color: Indigo. HEX triplet: 4A, 00 and 60. RGB value is (74,0,96). Sum of RGB (Red+Green+Blue) = 74+0+96=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0060 is #B5FF9F. Grayscale: #202020. Windows color (decimal): -11927456 or 6291530. OLE color: 6291530.
HSL color Cylindrical-coordinate representation of color #4A0060: hue angle of 286.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0060 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 0 | 96 | - |
| CMYK | 0.23 | 1 | 0 | 0.62 |
| HSL | 286.25º | 1% | 0.19% | - |
| HSV(B) | 286.25º | 1% | 0.38% | - |
| XYZ | 4.94 | 2.3 | 11.25 | - |
| YUV | 33.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 96 | 0.23 | 1 | 0 | 0.62 | 286.25 | 1 | 0.19 |
| Hex | 4A | 0 | 60 | 17 | 64 | 0 | 3E | 11E | 64 | 13 |
| Octal | 112 | 0 | 140 | 27 | 144 | 0 | 76 | 436 | 144 | 23 |
| Binary | 1001010 | 0 | 1100000 | 10111 | 1100100 | 0 | 111110 | 100011110 | 1100100 | 10011 |
Color Harmonies of #4A0060
Complementary color
Monochromatic Colors of #4A0060
Black with #4A0060
Text Example
Text Example
White with #4A0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0060; }
p { color: rgb(74,0,96); }
H1.HeaderClassName
{
color: #4A0060;
}
.AnyTagClassName
{
color: #4A0060;
}
</style>
background-color css
<style>
a { background-color: #4A0060; }
a { background-color: rgb(74,0,96); }
div.DivClassName
{
background-color: #4A0060;
}
.BgClassName
{
background-color: #4A0060;
}
</style>
border-color css
<style>
span { border-color: #4A0060; }
span { border-color: rgb(74,0,96); }
td.TdClassName
{
border-color: #4A0060;
}
.TagClassName
{
border-color: #4A0060;
}
</style>