Shades of Indigo #480D6A
Tints of Indigo #480D6A
RGB
CMYK
RGB Variations
Color information
#480D6A (or 0x480D6A) is known color: Indigo. HEX triplet: 48, 0D and 6A. RGB value is (72,13,106). Sum of RGB (Red+Green+Blue) = 72+13+106=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #480D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480D6A is #B7F295. Grayscale: #282828. Windows color (decimal): -12055190 or 6950216. OLE color: 6950216.
HSL color Cylindrical-coordinate representation of color #480D6A: hue angle of 278.06º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480D6A is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 13 | 106 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.58 |
| HSL | 278.06º | 0.78% | 0.23% | - |
| HSV(B) | 278.06º | 0.88% | 0.42% | - |
| XYZ | 5.42 | 2.71 | 13.87 | - |
| YUV | 41.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 106 | 0.32 | 0.88 | 0 | 0.58 | 278.06 | 0.78 | 0.23 |
| Hex | 48 | D | 6A | 20 | 58 | 0 | 3A | 116 | 4E | 17 |
| Octal | 110 | 15 | 152 | 40 | 130 | 0 | 72 | 426 | 116 | 27 |
| Binary | 1001000 | 1101 | 1101010 | 100000 | 1011000 | 0 | 111010 | 100010110 | 1001110 | 10111 |
Color Harmonies of #480D6A
Complementary color
Monochromatic Colors of #480D6A
Black with #480D6A
Text Example
Text Example
White with #480D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D6A; }
p { color: rgb(72,13,106); }
H1.HeaderClassName
{
color: #480D6A;
}
.AnyTagClassName
{
color: #480D6A;
}
</style>
background-color css
<style>
a { background-color: #480D6A; }
a { background-color: rgb(72,13,106); }
div.DivClassName
{
background-color: #480D6A;
}
.BgClassName
{
background-color: #480D6A;
}
</style>
border-color css
<style>
span { border-color: #480D6A; }
span { border-color: rgb(72,13,106); }
td.TdClassName
{
border-color: #480D6A;
}
.TagClassName
{
border-color: #480D6A;
}
</style>