Shades of Indigo #4900A5
Tints of Indigo #4900A5
RGB
CMYK
RGB Variations
Color information
#4900A5 (or 0x4900A5) is known color: Indigo. HEX triplet: 49, 00 and A5. RGB value is (73,0,165). Sum of RGB (Red+Green+Blue) = 73+0+165=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #4900A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900A5 is #B6FF5A. Grayscale: #282828. Windows color (decimal): -11992923 or 10813513. OLE color: 10813513.
HSL color Cylindrical-coordinate representation of color #4900A5: hue angle of 266.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900A5 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 0 | 165 | - |
| CMYK | 0.56 | 1 | 0 | 0.35 |
| HSL | 266.55º | 1% | 0.32% | - |
| HSV(B) | 266.55º | 1% | 0.65% | - |
| XYZ | 9.54 | 4.13 | 35.89 | - |
| YUV | 40.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 165 | 0.56 | 1 | 0 | 0.35 | 266.55 | 1 | 0.32 |
| Hex | 49 | 0 | A5 | 38 | 64 | 0 | 23 | 10B | 64 | 20 |
| Octal | 111 | 0 | 245 | 70 | 144 | 0 | 43 | 413 | 144 | 40 |
| Binary | 1001001 | 0 | 10100101 | 111000 | 1100100 | 0 | 100011 | 100001011 | 1100100 | 100000 |
Color Harmonies of #4900A5
Complementary color
Monochromatic Colors of #4900A5
Black with #4900A5
Text Example
Text Example
White with #4900A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900A5; }
p { color: rgb(73,0,165); }
H1.HeaderClassName
{
color: #4900A5;
}
.AnyTagClassName
{
color: #4900A5;
}
</style>
background-color css
<style>
a { background-color: #4900A5; }
a { background-color: rgb(73,0,165); }
div.DivClassName
{
background-color: #4900A5;
}
.BgClassName
{
background-color: #4900A5;
}
</style>
border-color css
<style>
span { border-color: #4900A5; }
span { border-color: rgb(73,0,165); }
td.TdClassName
{
border-color: #4900A5;
}
.TagClassName
{
border-color: #4900A5;
}
</style>