Shades of Indigo #4A047B
Tints of Indigo #4A047B
RGB
CMYK
RGB Variations
Color information
#4A047B (or 0x4A047B) is known color: Indigo. HEX triplet: 4A, 04 and 7B. RGB value is (74,4,123). Sum of RGB (Red+Green+Blue) = 74+4+123=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A047B is #B5FB84. Grayscale: #262626. Windows color (decimal): -11926405 or 8062026. OLE color: 8062026.
HSL color Cylindrical-coordinate representation of color #4A047B: hue angle of 275.29º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A047B is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 4 | 123 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.52 |
| HSL | 275.29º | 0.94% | 0.25% | - |
| HSV(B) | 275.29º | 0.97% | 0.48% | - |
| XYZ | 6.44 | 2.97 | 18.97 | - |
| YUV | 38.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 123 | 0.40 | 0.97 | 0 | 0.52 | 275.29 | 0.94 | 0.25 |
| Hex | 4A | 4 | 7B | 28 | 61 | 0 | 34 | 113 | 5E | 19 |
| Octal | 112 | 4 | 173 | 50 | 141 | 0 | 64 | 423 | 136 | 31 |
| Binary | 1001010 | 100 | 1111011 | 101000 | 1100001 | 0 | 110100 | 100010011 | 1011110 | 11001 |
Color Harmonies of #4A047B
Complementary color
Monochromatic Colors of #4A047B
Black with #4A047B
Text Example
Text Example
White with #4A047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A047B; }
p { color: rgb(74,4,123); }
H1.HeaderClassName
{
color: #4A047B;
}
.AnyTagClassName
{
color: #4A047B;
}
</style>
background-color css
<style>
a { background-color: #4A047B; }
a { background-color: rgb(74,4,123); }
div.DivClassName
{
background-color: #4A047B;
}
.BgClassName
{
background-color: #4A047B;
}
</style>
border-color css
<style>
span { border-color: #4A047B; }
span { border-color: rgb(74,4,123); }
td.TdClassName
{
border-color: #4A047B;
}
.TagClassName
{
border-color: #4A047B;
}
</style>