Shades of Indigo #480BA3
Tints of Indigo #480BA3
RGB
CMYK
RGB Variations
Color information
#480BA3 (or 0x480BA3) is known color: Indigo. HEX triplet: 48, 0B and A3. RGB value is (72,11,163). Sum of RGB (Red+Green+Blue) = 72+11+163=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #480BA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480BA3 is #B7F45C. Grayscale: #2E2E2E. Windows color (decimal): -12055645 or 10685256. OLE color: 10685256.
HSL color Cylindrical-coordinate representation of color #480BA3: hue angle of 264.08º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480BA3 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 11 | 163 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.36 |
| HSL | 264.08º | 0.87% | 0.34% | - |
| HSV(B) | 264.08º | 0.93% | 0.64% | - |
| XYZ | 9.4 | 4.26 | 34.98 | - |
| YUV | 46.57 | 193.71 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 163 | 0.56 | 0.93 | 0 | 0.36 | 264.08 | 0.87 | 0.34 |
| Hex | 48 | B | A3 | 38 | 5D | 0 | 24 | 108 | 57 | 22 |
| Octal | 110 | 13 | 243 | 70 | 135 | 0 | 44 | 410 | 127 | 42 |
| Binary | 1001000 | 1011 | 10100011 | 111000 | 1011101 | 0 | 100100 | 100001000 | 1010111 | 100010 |
Color Harmonies of #480BA3
Complementary color
Monochromatic Colors of #480BA3
Black with #480BA3
Text Example
Text Example
White with #480BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480BA3; }
p { color: rgb(72,11,163); }
H1.HeaderClassName
{
color: #480BA3;
}
.AnyTagClassName
{
color: #480BA3;
}
</style>
background-color css
<style>
a { background-color: #480BA3; }
a { background-color: rgb(72,11,163); }
div.DivClassName
{
background-color: #480BA3;
}
.BgClassName
{
background-color: #480BA3;
}
</style>
border-color css
<style>
span { border-color: #480BA3; }
span { border-color: rgb(72,11,163); }
td.TdClassName
{
border-color: #480BA3;
}
.TagClassName
{
border-color: #480BA3;
}
</style>