Shades of Indigo #480AA9
Tints of Indigo #480AA9
RGB
CMYK
RGB Variations
Color information
#480AA9 (or 0x480AA9) is known color: Indigo. HEX triplet: 48, 0A and A9. RGB value is (72,10,169). Sum of RGB (Red+Green+Blue) = 72+10+169=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #480AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480AA9 is #B7F556. Grayscale: #2E2E2E. Windows color (decimal): -12055895 or 11078216. OLE color: 11078216.
HSL color Cylindrical-coordinate representation of color #480AA9: hue angle of 263.4º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480AA9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 10 | 169 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.34 |
| HSL | 263.4º | 0.89% | 0.35% | - |
| HSV(B) | 263.4º | 0.94% | 0.66% | - |
| XYZ | 9.94 | 4.46 | 37.87 | - |
| YUV | 46.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 169 | 0.57 | 0.94 | 0 | 0.34 | 263.4 | 0.89 | 0.35 |
| Hex | 48 | A | A9 | 39 | 5E | 0 | 22 | 107 | 59 | 23 |
| Octal | 110 | 12 | 251 | 71 | 136 | 0 | 42 | 407 | 131 | 43 |
| Binary | 1001000 | 1010 | 10101001 | 111001 | 1011110 | 0 | 100010 | 100000111 | 1011001 | 100011 |
Color Harmonies of #480AA9
Complementary color
Monochromatic Colors of #480AA9
Black with #480AA9
Text Example
Text Example
White with #480AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480AA9; }
p { color: rgb(72,10,169); }
H1.HeaderClassName
{
color: #480AA9;
}
.AnyTagClassName
{
color: #480AA9;
}
</style>
background-color css
<style>
a { background-color: #480AA9; }
a { background-color: rgb(72,10,169); }
div.DivClassName
{
background-color: #480AA9;
}
.BgClassName
{
background-color: #480AA9;
}
</style>
border-color css
<style>
span { border-color: #480AA9; }
span { border-color: rgb(72,10,169); }
td.TdClassName
{
border-color: #480AA9;
}
.TagClassName
{
border-color: #480AA9;
}
</style>