Shades of Indigo #4A0291
Tints of Indigo #4A0291
RGB
CMYK
RGB Variations
Color information
#4A0291 (or 0x4A0291) is known color: Indigo. HEX triplet: 4A, 02 and 91. RGB value is (74,2,145). Sum of RGB (Red+Green+Blue) = 74+2+145=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0291 is #B5FD6E. Grayscale: #272727. Windows color (decimal): -11926895 or 9503306. OLE color: 9503306.
HSL color Cylindrical-coordinate representation of color #4A0291: hue angle of 270.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0291 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 2 | 145 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.43 |
| HSL | 270.21º | 0.97% | 0.29% | - |
| HSV(B) | 270.21º | 0.99% | 0.57% | - |
| XYZ | 7.96 | 3.54 | 27.05 | - |
| YUV | 39.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 145 | 0.49 | 0.99 | 0 | 0.43 | 270.21 | 0.97 | 0.29 |
| Hex | 4A | 2 | 91 | 31 | 63 | 0 | 2B | 10E | 61 | 1D |
| Octal | 112 | 2 | 221 | 61 | 143 | 0 | 53 | 416 | 141 | 35 |
| Binary | 1001010 | 10 | 10010001 | 110001 | 1100011 | 0 | 101011 | 100001110 | 1100001 | 11101 |
Color Harmonies of #4A0291
Complementary color
Monochromatic Colors of #4A0291
Black with #4A0291
Text Example
Text Example
White with #4A0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0291; }
p { color: rgb(74,2,145); }
H1.HeaderClassName
{
color: #4A0291;
}
.AnyTagClassName
{
color: #4A0291;
}
</style>
background-color css
<style>
a { background-color: #4A0291; }
a { background-color: rgb(74,2,145); }
div.DivClassName
{
background-color: #4A0291;
}
.BgClassName
{
background-color: #4A0291;
}
</style>
border-color css
<style>
span { border-color: #4A0291; }
span { border-color: rgb(74,2,145); }
td.TdClassName
{
border-color: #4A0291;
}
.TagClassName
{
border-color: #4A0291;
}
</style>