Shades of Indigo #480566
Tints of Indigo #480566
RGB
CMYK
RGB Variations
Color information
#480566 (or 0x480566) is known color: Indigo. HEX triplet: 48, 05 and 66. RGB value is (72,5,102). Sum of RGB (Red+Green+Blue) = 72+5+102=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #480566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480566 is #B7FA99. Grayscale: #232323. Windows color (decimal): -12057242 or 6686024. OLE color: 6686024.
HSL color Cylindrical-coordinate representation of color #480566: hue angle of 281.44º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480566 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 5 | 102 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.6 |
| HSL | 281.44º | 0.91% | 0.21% | - |
| HSV(B) | 281.44º | 0.95% | 0.4% | - |
| XYZ | 5.13 | 2.45 | 12.77 | - |
| YUV | 36.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 102 | 0.29 | 0.95 | 0 | 0.6 | 281.44 | 0.91 | 0.21 |
| Hex | 48 | 5 | 66 | 1D | 5F | 0 | 3C | 119 | 5B | 15 |
| Octal | 110 | 5 | 146 | 35 | 137 | 0 | 74 | 431 | 133 | 25 |
| Binary | 1001000 | 101 | 1100110 | 11101 | 1011111 | 0 | 111100 | 100011001 | 1011011 | 10101 |
Color Harmonies of #480566
Complementary color
Monochromatic Colors of #480566
Black with #480566
Text Example
Text Example
White with #480566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480566; }
p { color: rgb(72,5,102); }
H1.HeaderClassName
{
color: #480566;
}
.AnyTagClassName
{
color: #480566;
}
</style>
background-color css
<style>
a { background-color: #480566; }
a { background-color: rgb(72,5,102); }
div.DivClassName
{
background-color: #480566;
}
.BgClassName
{
background-color: #480566;
}
</style>
border-color css
<style>
span { border-color: #480566; }
span { border-color: rgb(72,5,102); }
td.TdClassName
{
border-color: #480566;
}
.TagClassName
{
border-color: #480566;
}
</style>