Shades of Indigo #4A0292
Tints of Indigo #4A0292
RGB
CMYK
RGB Variations
Color information
#4A0292 (or 0x4A0292) is known color: Indigo. HEX triplet: 4A, 02 and 92. RGB value is (74,2,146). Sum of RGB (Red+Green+Blue) = 74+2+146=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0292 is #B5FD6D. Grayscale: #272727. Windows color (decimal): -11926894 or 9568842. OLE color: 9568842.
HSL color Cylindrical-coordinate representation of color #4A0292: hue angle of 270º 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 #4A0292 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 2 | 146 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.43 |
| HSL | 270º | 0.97% | 0.29% | - |
| HSV(B) | 270º | 0.99% | 0.57% | - |
| XYZ | 8.03 | 3.57 | 27.46 | - |
| YUV | 39.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 146 | 0.49 | 0.99 | 0 | 0.43 | 270 | 0.97 | 0.29 |
| Hex | 4A | 2 | 92 | 31 | 63 | 0 | 2B | 10E | 61 | 1D |
| Octal | 112 | 2 | 222 | 61 | 143 | 0 | 53 | 416 | 141 | 35 |
| Binary | 1001010 | 10 | 10010010 | 110001 | 1100011 | 0 | 101011 | 100001110 | 1100001 | 11101 |
Color Harmonies of #4A0292
Complementary color
Monochromatic Colors of #4A0292
Black with #4A0292
Text Example
Text Example
White with #4A0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0292; }
p { color: rgb(74,2,146); }
H1.HeaderClassName
{
color: #4A0292;
}
.AnyTagClassName
{
color: #4A0292;
}
</style>
background-color css
<style>
a { background-color: #4A0292; }
a { background-color: rgb(74,2,146); }
div.DivClassName
{
background-color: #4A0292;
}
.BgClassName
{
background-color: #4A0292;
}
</style>
border-color css
<style>
span { border-color: #4A0292; }
span { border-color: rgb(74,2,146); }
td.TdClassName
{
border-color: #4A0292;
}
.TagClassName
{
border-color: #4A0292;
}
</style>