Shades of Indigo #480BA0
Tints of Indigo #480BA0
RGB
CMYK
RGB Variations
Color information
#480BA0 (or 0x480BA0) is known color: Indigo. HEX triplet: 48, 0B and A0. RGB value is (72,11,160). Sum of RGB (Red+Green+Blue) = 72+11+160=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #480BA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480BA0 is #B7F45F. Grayscale: #2D2D2D. Windows color (decimal): -12055648 or 10488648. OLE color: 10488648.
HSL color Cylindrical-coordinate representation of color #480BA0: hue angle of 264.56º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480BA0 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 11 | 160 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.37 |
| HSL | 264.56º | 0.87% | 0.34% | - |
| HSV(B) | 264.56º | 0.93% | 0.63% | - |
| XYZ | 9.14 | 4.16 | 33.58 | - |
| YUV | 46.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 160 | 0.55 | 0.93 | 0 | 0.37 | 264.56 | 0.87 | 0.34 |
| Hex | 48 | B | A0 | 37 | 5D | 0 | 25 | 109 | 57 | 22 |
| Octal | 110 | 13 | 240 | 67 | 135 | 0 | 45 | 411 | 127 | 42 |
| Binary | 1001000 | 1011 | 10100000 | 110111 | 1011101 | 0 | 100101 | 100001001 | 1010111 | 100010 |
Color Harmonies of #480BA0
Complementary color
Monochromatic Colors of #480BA0
Black with #480BA0
Text Example
Text Example
White with #480BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BA0; }
p { color: rgb(72,11,160); }
H1.HeaderClassName
{
color: #480BA0;
}
.AnyTagClassName
{
color: #480BA0;
}
</style>
background-color css
<style>
a { background-color: #480BA0; }
a { background-color: rgb(72,11,160); }
div.DivClassName
{
background-color: #480BA0;
}
.BgClassName
{
background-color: #480BA0;
}
</style>
border-color css
<style>
span { border-color: #480BA0; }
span { border-color: rgb(72,11,160); }
td.TdClassName
{
border-color: #480BA0;
}
.TagClassName
{
border-color: #480BA0;
}
</style>