Shades of Indigo #480060
Tints of Indigo #480060
RGB
CMYK
RGB Variations
Color information
#480060 (or 0x480060) is known color: Indigo. HEX triplet: 48, 00 and 60. RGB value is (72,0,96). Sum of RGB (Red+Green+Blue) = 72+0+96=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #480060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480060 is #B7FF9F. Grayscale: #202020. Windows color (decimal): -12058528 or 6291528. OLE color: 6291528.
HSL color Cylindrical-coordinate representation of color #480060: hue angle of 285º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480060 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 0 | 96 | - |
| CMYK | 0.25 | 1 | 0 | 0.62 |
| HSL | 285º | 1% | 0.19% | - |
| HSV(B) | 285º | 1% | 0.38% | - |
| XYZ | 4.78 | 2.22 | 11.24 | - |
| YUV | 32.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 96 | 0.25 | 1 | 0 | 0.62 | 285 | 1 | 0.19 |
| Hex | 48 | 0 | 60 | 19 | 64 | 0 | 3E | 11D | 64 | 13 |
| Octal | 110 | 0 | 140 | 31 | 144 | 0 | 76 | 435 | 144 | 23 |
| Binary | 1001000 | 0 | 1100000 | 11001 | 1100100 | 0 | 111110 | 100011101 | 1100100 | 10011 |
Color Harmonies of #480060
Complementary color
Monochromatic Colors of #480060
Black with #480060
Text Example
Text Example
White with #480060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480060; }
p { color: rgb(72,0,96); }
H1.HeaderClassName
{
color: #480060;
}
.AnyTagClassName
{
color: #480060;
}
</style>
background-color css
<style>
a { background-color: #480060; }
a { background-color: rgb(72,0,96); }
div.DivClassName
{
background-color: #480060;
}
.BgClassName
{
background-color: #480060;
}
</style>
border-color css
<style>
span { border-color: #480060; }
span { border-color: rgb(72,0,96); }
td.TdClassName
{
border-color: #480060;
}
.TagClassName
{
border-color: #480060;
}
</style>