Shades of Indigo #4A0083
Tints of Indigo #4A0083
RGB
CMYK
RGB Variations
Color information
#4A0083 (or 0x4A0083) is known color: Indigo. HEX triplet: 4A, 00 and 83. RGB value is (74,0,131). Sum of RGB (Red+Green+Blue) = 74+0+131=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A0083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0083 is #B5FF7C. Grayscale: #242424. Windows color (decimal): -11927421 or 8585290. OLE color: 8585290.
HSL color Cylindrical-coordinate representation of color #4A0083: hue angle of 273.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0083 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 0 | 131 | - |
| CMYK | 0.44 | 1 | 0 | 0.49 |
| HSL | 273.89º | 1% | 0.26% | - |
| HSV(B) | 273.89º | 1% | 0.51% | - |
| XYZ | 6.92 | 3.09 | 21.71 | - |
| YUV | 37.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 131 | 0.44 | 1 | 0 | 0.49 | 273.89 | 1 | 0.26 |
| Hex | 4A | 0 | 83 | 2C | 64 | 0 | 31 | 112 | 64 | 1A |
| Octal | 112 | 0 | 203 | 54 | 144 | 0 | 61 | 422 | 144 | 32 |
| Binary | 1001010 | 0 | 10000011 | 101100 | 1100100 | 0 | 110001 | 100010010 | 1100100 | 11010 |
Color Harmonies of #4A0083
Complementary color
Monochromatic Colors of #4A0083
Black with #4A0083
Text Example
Text Example
White with #4A0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0083; }
p { color: rgb(74,0,131); }
H1.HeaderClassName
{
color: #4A0083;
}
.AnyTagClassName
{
color: #4A0083;
}
</style>
background-color css
<style>
a { background-color: #4A0083; }
a { background-color: rgb(74,0,131); }
div.DivClassName
{
background-color: #4A0083;
}
.BgClassName
{
background-color: #4A0083;
}
</style>
border-color css
<style>
span { border-color: #4A0083; }
span { border-color: rgb(74,0,131); }
td.TdClassName
{
border-color: #4A0083;
}
.TagClassName
{
border-color: #4A0083;
}
</style>