Shades of Indigo #4A128B
Tints of Indigo #4A128B
RGB
CMYK
RGB Variations
Color information
#4A128B (or 0x4A128B) is known color: Indigo. HEX triplet: 4A, 12 and 8B. RGB value is (74,18,139). Sum of RGB (Red+Green+Blue) = 74+18+139=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A128B is #B5ED74. Grayscale: #303030. Windows color (decimal): -11922805 or 9114186. OLE color: 9114186.
HSL color Cylindrical-coordinate representation of color #4A128B: hue angle of 267.77º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A128B is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 18 | 139 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.45 |
| HSL | 267.77º | 0.77% | 0.31% | - |
| HSV(B) | 267.77º | 0.87% | 0.55% | - |
| XYZ | 7.7 | 3.75 | 24.74 | - |
| YUV | 48.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 139 | 0.47 | 0.87 | 0 | 0.45 | 267.77 | 0.77 | 0.31 |
| Hex | 4A | 12 | 8B | 2F | 57 | 0 | 2D | 10C | 4D | 1F |
| Octal | 112 | 22 | 213 | 57 | 127 | 0 | 55 | 414 | 115 | 37 |
| Binary | 1001010 | 10010 | 10001011 | 101111 | 1010111 | 0 | 101101 | 100001100 | 1001101 | 11111 |
Color Harmonies of #4A128B
Complementary color
Monochromatic Colors of #4A128B
Black with #4A128B
Text Example
Text Example
White with #4A128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A128B; }
p { color: rgb(74,18,139); }
H1.HeaderClassName
{
color: #4A128B;
}
.AnyTagClassName
{
color: #4A128B;
}
</style>
background-color css
<style>
a { background-color: #4A128B; }
a { background-color: rgb(74,18,139); }
div.DivClassName
{
background-color: #4A128B;
}
.BgClassName
{
background-color: #4A128B;
}
</style>
border-color css
<style>
span { border-color: #4A128B; }
span { border-color: rgb(74,18,139); }
td.TdClassName
{
border-color: #4A128B;
}
.TagClassName
{
border-color: #4A128B;
}
</style>