Shades of Indigo #4A047F
Tints of Indigo #4A047F
RGB
CMYK
RGB Variations
Color information
#4A047F (or 0x4A047F) is known color: Indigo. HEX triplet: 4A, 04 and 7F. RGB value is (74,4,127). Sum of RGB (Red+Green+Blue) = 74+4+127=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A047F is #B5FB80. Grayscale: #262626. Windows color (decimal): -11926401 or 8324170. OLE color: 8324170.
HSL color Cylindrical-coordinate representation of color #4A047F: hue angle of 274.15º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A047F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 4 | 127 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.50 |
| HSL | 274.15º | 0.94% | 0.26% | - |
| HSV(B) | 274.15º | 0.97% | 0.5% | - |
| XYZ | 6.7 | 3.07 | 20.32 | - |
| YUV | 38.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 127 | 0.42 | 0.97 | 0 | 0.50 | 274.15 | 0.94 | 0.26 |
| Hex | 4A | 4 | 7F | 2A | 61 | 0 | 32 | 112 | 5E | 1A |
| Octal | 112 | 4 | 177 | 52 | 141 | 0 | 62 | 422 | 136 | 32 |
| Binary | 1001010 | 100 | 1111111 | 101010 | 1100001 | 0 | 110010 | 100010010 | 1011110 | 11010 |
Color Harmonies of #4A047F
Complementary color
Monochromatic Colors of #4A047F
Black with #4A047F
Text Example
Text Example
White with #4A047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A047F; }
p { color: rgb(74,4,127); }
H1.HeaderClassName
{
color: #4A047F;
}
.AnyTagClassName
{
color: #4A047F;
}
</style>
background-color css
<style>
a { background-color: #4A047F; }
a { background-color: rgb(74,4,127); }
div.DivClassName
{
background-color: #4A047F;
}
.BgClassName
{
background-color: #4A047F;
}
</style>
border-color css
<style>
span { border-color: #4A047F; }
span { border-color: rgb(74,4,127); }
td.TdClassName
{
border-color: #4A047F;
}
.TagClassName
{
border-color: #4A047F;
}
</style>