Shades of Indigo #4A128A
Tints of Indigo #4A128A
RGB
CMYK
RGB Variations
Color information
#4A128A (or 0x4A128A) is known color: Indigo. HEX triplet: 4A, 12 and 8A. RGB value is (74,18,138). Sum of RGB (Red+Green+Blue) = 74+18+138=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A128A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A128A is #B5ED75. Grayscale: #303030. Windows color (decimal): -11922806 or 9048650. OLE color: 9048650.
HSL color Cylindrical-coordinate representation of color #4A128A: hue angle of 268º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A128A is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 18 | 138 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.46 |
| HSL | 268º | 0.77% | 0.31% | - |
| HSV(B) | 268º | 0.87% | 0.54% | - |
| XYZ | 7.63 | 3.72 | 24.36 | - |
| YUV | 48.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 138 | 0.46 | 0.87 | 0 | 0.46 | 268 | 0.77 | 0.31 |
| Hex | 4A | 12 | 8A | 2E | 57 | 0 | 2E | 10C | 4D | 1F |
| Octal | 112 | 22 | 212 | 56 | 127 | 0 | 56 | 414 | 115 | 37 |
| Binary | 1001010 | 10010 | 10001010 | 101110 | 1010111 | 0 | 101110 | 100001100 | 1001101 | 11111 |
Color Harmonies of #4A128A
Complementary color
Monochromatic Colors of #4A128A
Black with #4A128A
Text Example
Text Example
White with #4A128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A128A; }
p { color: rgb(74,18,138); }
H1.HeaderClassName
{
color: #4A128A;
}
.AnyTagClassName
{
color: #4A128A;
}
</style>
background-color css
<style>
a { background-color: #4A128A; }
a { background-color: rgb(74,18,138); }
div.DivClassName
{
background-color: #4A128A;
}
.BgClassName
{
background-color: #4A128A;
}
</style>
border-color css
<style>
span { border-color: #4A128A; }
span { border-color: rgb(74,18,138); }
td.TdClassName
{
border-color: #4A128A;
}
.TagClassName
{
border-color: #4A128A;
}
</style>