Shades of Indigo #4A0293
Tints of Indigo #4A0293
RGB
CMYK
RGB Variations
Color information
#4A0293 (or 0x4A0293) is known color: Indigo. HEX triplet: 4A, 02 and 93. RGB value is (74,2,147). Sum of RGB (Red+Green+Blue) = 74+2+147=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A0293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0293 is #B5FD6C. Grayscale: #272727. Windows color (decimal): -11926893 or 9634378. OLE color: 9634378.
HSL color Cylindrical-coordinate representation of color #4A0293: hue angle of 269.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0293 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 2 | 147 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.42 |
| HSL | 269.79º | 0.97% | 0.29% | - |
| HSV(B) | 269.79º | 0.99% | 0.58% | - |
| XYZ | 8.11 | 3.61 | 27.87 | - |
| YUV | 40.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 147 | 0.50 | 0.99 | 0 | 0.42 | 269.79 | 0.97 | 0.29 |
| Hex | 4A | 2 | 93 | 32 | 63 | 0 | 2A | 10E | 61 | 1D |
| Octal | 112 | 2 | 223 | 62 | 143 | 0 | 52 | 416 | 141 | 35 |
| Binary | 1001010 | 10 | 10010011 | 110010 | 1100011 | 0 | 101010 | 100001110 | 1100001 | 11101 |
Color Harmonies of #4A0293
Complementary color
Monochromatic Colors of #4A0293
Black with #4A0293
Text Example
Text Example
White with #4A0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0293; }
p { color: rgb(74,2,147); }
H1.HeaderClassName
{
color: #4A0293;
}
.AnyTagClassName
{
color: #4A0293;
}
</style>
background-color css
<style>
a { background-color: #4A0293; }
a { background-color: rgb(74,2,147); }
div.DivClassName
{
background-color: #4A0293;
}
.BgClassName
{
background-color: #4A0293;
}
</style>
border-color css
<style>
span { border-color: #4A0293; }
span { border-color: rgb(74,2,147); }
td.TdClassName
{
border-color: #4A0293;
}
.TagClassName
{
border-color: #4A0293;
}
</style>