Shades of Indigo #4A029C
Tints of Indigo #4A029C
RGB
CMYK
RGB Variations
Color information
#4A029C (or 0x4A029C) is known color: Indigo. HEX triplet: 4A, 02 and 9C. RGB value is (74,2,156). Sum of RGB (Red+Green+Blue) = 74+2+156=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A029C is #B5FD63. Grayscale: #282828. Windows color (decimal): -11926884 or 10224202. OLE color: 10224202.
HSL color Cylindrical-coordinate representation of color #4A029C: hue angle of 268.05º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A029C is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 2 | 156 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.39 |
| HSL | 268.05º | 0.97% | 0.31% | - |
| HSV(B) | 268.05º | 0.99% | 0.61% | - |
| XYZ | 8.85 | 3.9 | 31.74 | - |
| YUV | 41.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 156 | 0.53 | 0.99 | 0 | 0.39 | 268.05 | 0.97 | 0.31 |
| Hex | 4A | 2 | 9C | 35 | 63 | 0 | 27 | 10C | 61 | 1F |
| Octal | 112 | 2 | 234 | 65 | 143 | 0 | 47 | 414 | 141 | 37 |
| Binary | 1001010 | 10 | 10011100 | 110101 | 1100011 | 0 | 100111 | 100001100 | 1100001 | 11111 |
Color Harmonies of #4A029C
Complementary color
Monochromatic Colors of #4A029C
Black with #4A029C
Text Example
Text Example
White with #4A029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A029C; }
p { color: rgb(74,2,156); }
H1.HeaderClassName
{
color: #4A029C;
}
.AnyTagClassName
{
color: #4A029C;
}
</style>
background-color css
<style>
a { background-color: #4A029C; }
a { background-color: rgb(74,2,156); }
div.DivClassName
{
background-color: #4A029C;
}
.BgClassName
{
background-color: #4A029C;
}
</style>
border-color css
<style>
span { border-color: #4A029C; }
span { border-color: rgb(74,2,156); }
td.TdClassName
{
border-color: #4A029C;
}
.TagClassName
{
border-color: #4A029C;
}
</style>