Shades of Indigo #480C6D
Tints of Indigo #480C6D
RGB
CMYK
RGB Variations
Color information
#480C6D (or 0x480C6D) is known color: Indigo. HEX triplet: 48, 0C and 6D. RGB value is (72,12,109). Sum of RGB (Red+Green+Blue) = 72+12+109=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #480C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C6D is #B7F392. Grayscale: #282828. Windows color (decimal): -12055443 or 7146568. OLE color: 7146568.
HSL color Cylindrical-coordinate representation of color #480C6D: hue angle of 277.11º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480C6D is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 12 | 109 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.57 |
| HSL | 277.11º | 0.8% | 0.24% | - |
| HSV(B) | 277.11º | 0.89% | 0.43% | - |
| XYZ | 5.56 | 2.74 | 14.7 | - |
| YUV | 41 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 109 | 0.34 | 0.89 | 0 | 0.57 | 277.11 | 0.8 | 0.24 |
| Hex | 48 | C | 6D | 22 | 59 | 0 | 39 | 115 | 50 | 18 |
| Octal | 110 | 14 | 155 | 42 | 131 | 0 | 71 | 425 | 120 | 30 |
| Binary | 1001000 | 1100 | 1101101 | 100010 | 1011001 | 0 | 111001 | 100010101 | 1010000 | 11000 |
Color Harmonies of #480C6D
Complementary color
Monochromatic Colors of #480C6D
Black with #480C6D
Text Example
Text Example
White with #480C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480C6D; }
p { color: rgb(72,12,109); }
H1.HeaderClassName
{
color: #480C6D;
}
.AnyTagClassName
{
color: #480C6D;
}
</style>
background-color css
<style>
a { background-color: #480C6D; }
a { background-color: rgb(72,12,109); }
div.DivClassName
{
background-color: #480C6D;
}
.BgClassName
{
background-color: #480C6D;
}
</style>
border-color css
<style>
span { border-color: #480C6D; }
span { border-color: rgb(72,12,109); }
td.TdClassName
{
border-color: #480C6D;
}
.TagClassName
{
border-color: #480C6D;
}
</style>