Shades of Indigo #4A0062
Tints of Indigo #4A0062
RGB
CMYK
RGB Variations
Color information
#4A0062 (or 0x4A0062) is known color: Indigo. HEX triplet: 4A, 00 and 62. RGB value is (74,0,98). Sum of RGB (Red+Green+Blue) = 74+0+98=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0062 is #B5FF9D. Grayscale: #202020. Windows color (decimal): -11927454 or 6422602. OLE color: 6422602.
HSL color Cylindrical-coordinate representation of color #4A0062: hue angle of 285.31º 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 #4A0062 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 0 | 98 | - |
| CMYK | 0.24 | 1 | 0 | 0.62 |
| HSL | 285.31º | 1% | 0.19% | - |
| HSV(B) | 285.31º | 1% | 0.38% | - |
| XYZ | 5.03 | 2.34 | 11.74 | - |
| YUV | 33.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 98 | 0.24 | 1 | 0 | 0.62 | 285.31 | 1 | 0.19 |
| Hex | 4A | 0 | 62 | 18 | 64 | 0 | 3E | 11D | 64 | 13 |
| Octal | 112 | 0 | 142 | 30 | 144 | 0 | 76 | 435 | 144 | 23 |
| Binary | 1001010 | 0 | 1100010 | 11000 | 1100100 | 0 | 111110 | 100011101 | 1100100 | 10011 |
Color Harmonies of #4A0062
Complementary color
Monochromatic Colors of #4A0062
Black with #4A0062
Text Example
Text Example
White with #4A0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0062; }
p { color: rgb(74,0,98); }
H1.HeaderClassName
{
color: #4A0062;
}
.AnyTagClassName
{
color: #4A0062;
}
</style>
background-color css
<style>
a { background-color: #4A0062; }
a { background-color: rgb(74,0,98); }
div.DivClassName
{
background-color: #4A0062;
}
.BgClassName
{
background-color: #4A0062;
}
</style>
border-color css
<style>
span { border-color: #4A0062; }
span { border-color: rgb(74,0,98); }
td.TdClassName
{
border-color: #4A0062;
}
.TagClassName
{
border-color: #4A0062;
}
</style>