Shades of Indigo #4A126D
Tints of Indigo #4A126D
RGB
CMYK
RGB Variations
Color information
#4A126D (or 0x4A126D) is known color: Indigo. HEX triplet: 4A, 12 and 6D. RGB value is (74,18,109). Sum of RGB (Red+Green+Blue) = 74+18+109=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A126D is #B5ED92. Grayscale: #2C2C2C. Windows color (decimal): -11922835 or 7148106. OLE color: 7148106.
HSL color Cylindrical-coordinate representation of color #4A126D: hue angle of 276.92º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A126D is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 18 | 109 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.57 |
| HSL | 276.92º | 0.72% | 0.25% | - |
| HSV(B) | 276.92º | 0.83% | 0.43% | - |
| XYZ | 5.8 | 2.99 | 14.74 | - |
| YUV | 45.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 109 | 0.32 | 0.83 | 0 | 0.57 | 276.92 | 0.72 | 0.25 |
| Hex | 4A | 12 | 6D | 20 | 53 | 0 | 39 | 115 | 48 | 19 |
| Octal | 112 | 22 | 155 | 40 | 123 | 0 | 71 | 425 | 110 | 31 |
| Binary | 1001010 | 10010 | 1101101 | 100000 | 1010011 | 0 | 111001 | 100010101 | 1001000 | 11001 |
Color Harmonies of #4A126D
Complementary color
Monochromatic Colors of #4A126D
Black with #4A126D
Text Example
Text Example
White with #4A126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A126D; }
p { color: rgb(74,18,109); }
H1.HeaderClassName
{
color: #4A126D;
}
.AnyTagClassName
{
color: #4A126D;
}
</style>
background-color css
<style>
a { background-color: #4A126D; }
a { background-color: rgb(74,18,109); }
div.DivClassName
{
background-color: #4A126D;
}
.BgClassName
{
background-color: #4A126D;
}
</style>
border-color css
<style>
span { border-color: #4A126D; }
span { border-color: rgb(74,18,109); }
td.TdClassName
{
border-color: #4A126D;
}
.TagClassName
{
border-color: #4A126D;
}
</style>