Shades of Indigo #4A008A
Tints of Indigo #4A008A
RGB
CMYK
RGB Variations
Color information
#4A008A (or 0x4A008A) is known color: Indigo. HEX triplet: 4A, 00 and 8A. RGB value is (74,0,138). Sum of RGB (Red+Green+Blue) = 74+0+138=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A008A is #B5FF75. Grayscale: #252525. Windows color (decimal): -11927414 or 9044042. OLE color: 9044042.
HSL color Cylindrical-coordinate representation of color #4A008A: hue angle of 272.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A008A is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 0 | 138 | - |
| CMYK | 0.46 | 1 | 0 | 0.46 |
| HSL | 272.17º | 1% | 0.27% | - |
| HSV(B) | 272.17º | 1% | 0.54% | - |
| XYZ | 7.41 | 3.29 | 24.29 | - |
| YUV | 37.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 138 | 0.46 | 1 | 0 | 0.46 | 272.17 | 1 | 0.27 |
| Hex | 4A | 0 | 8A | 2E | 64 | 0 | 2E | 110 | 64 | 1B |
| Octal | 112 | 0 | 212 | 56 | 144 | 0 | 56 | 420 | 144 | 33 |
| Binary | 1001010 | 0 | 10001010 | 101110 | 1100100 | 0 | 101110 | 100010000 | 1100100 | 11011 |
Color Harmonies of #4A008A
Complementary color
Monochromatic Colors of #4A008A
Black with #4A008A
Text Example
Text Example
White with #4A008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A008A; }
p { color: rgb(74,0,138); }
H1.HeaderClassName
{
color: #4A008A;
}
.AnyTagClassName
{
color: #4A008A;
}
</style>
background-color css
<style>
a { background-color: #4A008A; }
a { background-color: rgb(74,0,138); }
div.DivClassName
{
background-color: #4A008A;
}
.BgClassName
{
background-color: #4A008A;
}
</style>
border-color css
<style>
span { border-color: #4A008A; }
span { border-color: rgb(74,0,138); }
td.TdClassName
{
border-color: #4A008A;
}
.TagClassName
{
border-color: #4A008A;
}
</style>