Shades of Indigo #4A0892
Tints of Indigo #4A0892
RGB
CMYK
RGB Variations
Color information
#4A0892 (or 0x4A0892) is known color: Indigo. HEX triplet: 4A, 08 and 92. RGB value is (74,8,146). Sum of RGB (Red+Green+Blue) = 74+8+146=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A0892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0892 is #B5F76D. Grayscale: #2A2A2A. Windows color (decimal): -11925358 or 9570378. OLE color: 9570378.
HSL color Cylindrical-coordinate representation of color #4A0892: hue angle of 268.7º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0892 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 8 | 146 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.43 |
| HSL | 268.7º | 0.9% | 0.3% | - |
| HSV(B) | 268.7º | 0.95% | 0.57% | - |
| XYZ | 8.1 | 3.7 | 27.48 | - |
| YUV | 43.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 146 | 0.49 | 0.95 | 0 | 0.43 | 268.7 | 0.9 | 0.3 |
| Hex | 4A | 8 | 92 | 31 | 5F | 0 | 2B | 10D | 5A | 1E |
| Octal | 112 | 10 | 222 | 61 | 137 | 0 | 53 | 415 | 132 | 36 |
| Binary | 1001010 | 1000 | 10010010 | 110001 | 1011111 | 0 | 101011 | 100001101 | 1011010 | 11110 |
Color Harmonies of #4A0892
Complementary color
Monochromatic Colors of #4A0892
Black with #4A0892
Text Example
Text Example
White with #4A0892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0892; }
p { color: rgb(74,8,146); }
H1.HeaderClassName
{
color: #4A0892;
}
.AnyTagClassName
{
color: #4A0892;
}
</style>
background-color css
<style>
a { background-color: #4A0892; }
a { background-color: rgb(74,8,146); }
div.DivClassName
{
background-color: #4A0892;
}
.BgClassName
{
background-color: #4A0892;
}
</style>
border-color css
<style>
span { border-color: #4A0892; }
span { border-color: rgb(74,8,146); }
td.TdClassName
{
border-color: #4A0892;
}
.TagClassName
{
border-color: #4A0892;
}
</style>