Shades of Indigo #4A028C
Tints of Indigo #4A028C
RGB
CMYK
RGB Variations
Color information
#4A028C (or 0x4A028C) is known color: Indigo. HEX triplet: 4A, 02 and 8C. RGB value is (74,2,140). Sum of RGB (Red+Green+Blue) = 74+2+140=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A028C is #B5FD73. Grayscale: #262626. Windows color (decimal): -11926900 or 9175626. OLE color: 9175626.
HSL color Cylindrical-coordinate representation of color #4A028C: hue angle of 271.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A028C is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 2 | 140 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.45 |
| HSL | 271.3º | 0.97% | 0.28% | - |
| HSV(B) | 271.3º | 0.99% | 0.55% | - |
| XYZ | 7.58 | 3.39 | 25.07 | - |
| YUV | 39.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 140 | 0.47 | 0.99 | 0 | 0.45 | 271.3 | 0.97 | 0.28 |
| Hex | 4A | 2 | 8C | 2F | 63 | 0 | 2D | 10F | 61 | 1C |
| Octal | 112 | 2 | 214 | 57 | 143 | 0 | 55 | 417 | 141 | 34 |
| Binary | 1001010 | 10 | 10001100 | 101111 | 1100011 | 0 | 101101 | 100001111 | 1100001 | 11100 |
Color Harmonies of #4A028C
Complementary color
Monochromatic Colors of #4A028C
Black with #4A028C
Text Example
Text Example
White with #4A028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A028C; }
p { color: rgb(74,2,140); }
H1.HeaderClassName
{
color: #4A028C;
}
.AnyTagClassName
{
color: #4A028C;
}
</style>
background-color css
<style>
a { background-color: #4A028C; }
a { background-color: rgb(74,2,140); }
div.DivClassName
{
background-color: #4A028C;
}
.BgClassName
{
background-color: #4A028C;
}
</style>
border-color css
<style>
span { border-color: #4A028C; }
span { border-color: rgb(74,2,140); }
td.TdClassName
{
border-color: #4A028C;
}
.TagClassName
{
border-color: #4A028C;
}
</style>