Shades of Indigo #4A0084
Tints of Indigo #4A0084
RGB
CMYK
RGB Variations
Color information
#4A0084 (or 0x4A0084) is known color: Indigo. HEX triplet: 4A, 00 and 84. RGB value is (74,0,132). Sum of RGB (Red+Green+Blue) = 74+0+132=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A0084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0084 is #B5FF7B. Grayscale: #242424. Windows color (decimal): -11927420 or 8650826. OLE color: 8650826.
HSL color Cylindrical-coordinate representation of color #4A0084: hue angle of 273.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0084 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 0 | 132 | - |
| CMYK | 0.44 | 1 | 0 | 0.48 |
| HSL | 273.64º | 1% | 0.26% | - |
| HSV(B) | 273.64º | 1% | 0.52% | - |
| XYZ | 6.99 | 3.12 | 22.06 | - |
| YUV | 37.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 132 | 0.44 | 1 | 0 | 0.48 | 273.64 | 1 | 0.26 |
| Hex | 4A | 0 | 84 | 2C | 64 | 0 | 30 | 112 | 64 | 1A |
| Octal | 112 | 0 | 204 | 54 | 144 | 0 | 60 | 422 | 144 | 32 |
| Binary | 1001010 | 0 | 10000100 | 101100 | 1100100 | 0 | 110000 | 100010010 | 1100100 | 11010 |
Color Harmonies of #4A0084
Complementary color
Monochromatic Colors of #4A0084
Black with #4A0084
Text Example
Text Example
White with #4A0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0084; }
p { color: rgb(74,0,132); }
H1.HeaderClassName
{
color: #4A0084;
}
.AnyTagClassName
{
color: #4A0084;
}
</style>
background-color css
<style>
a { background-color: #4A0084; }
a { background-color: rgb(74,0,132); }
div.DivClassName
{
background-color: #4A0084;
}
.BgClassName
{
background-color: #4A0084;
}
</style>
border-color css
<style>
span { border-color: #4A0084; }
span { border-color: rgb(74,0,132); }
td.TdClassName
{
border-color: #4A0084;
}
.TagClassName
{
border-color: #4A0084;
}
</style>