Shades of Indigo #480661
Tints of Indigo #480661
RGB
CMYK
RGB Variations
Color information
#480661 (or 0x480661) is known color: Indigo. HEX triplet: 48, 06 and 61. RGB value is (72,6,97). Sum of RGB (Red+Green+Blue) = 72+6+97=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #480661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480661 is #B7F99E. Grayscale: #232323. Windows color (decimal): -12056991 or 6358600. OLE color: 6358600.
HSL color Cylindrical-coordinate representation of color #480661: hue angle of 283.52º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480661 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 6 | 97 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.62 |
| HSL | 283.52º | 0.88% | 0.2% | - |
| HSV(B) | 283.52º | 0.94% | 0.38% | - |
| XYZ | 4.9 | 2.37 | 11.51 | - |
| YUV | 36.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 97 | 0.26 | 0.94 | 0 | 0.62 | 283.52 | 0.88 | 0.2 |
| Hex | 48 | 6 | 61 | 1A | 5E | 0 | 3E | 11C | 58 | 14 |
| Octal | 110 | 6 | 141 | 32 | 136 | 0 | 76 | 434 | 130 | 24 |
| Binary | 1001000 | 110 | 1100001 | 11010 | 1011110 | 0 | 111110 | 100011100 | 1011000 | 10100 |
Color Harmonies of #480661
Complementary color
Monochromatic Colors of #480661
Black with #480661
Text Example
Text Example
White with #480661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480661; }
p { color: rgb(72,6,97); }
H1.HeaderClassName
{
color: #480661;
}
.AnyTagClassName
{
color: #480661;
}
</style>
background-color css
<style>
a { background-color: #480661; }
a { background-color: rgb(72,6,97); }
div.DivClassName
{
background-color: #480661;
}
.BgClassName
{
background-color: #480661;
}
</style>
border-color css
<style>
span { border-color: #480661; }
span { border-color: rgb(72,6,97); }
td.TdClassName
{
border-color: #480661;
}
.TagClassName
{
border-color: #480661;
}
</style>