Shades of Indigo #580566
Tints of Indigo #580566
RGB
CMYK
RGB Variations
Color information
#580566 (or 0x580566) is known color: Indigo. HEX triplet: 58, 05 and 66. RGB value is (88,5,102). Sum of RGB (Red+Green+Blue) = 88+5+102=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #580566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580566 is #A7FA99. Grayscale: #282828. Windows color (decimal): -11008666 or 6686040. OLE color: 6686040.
HSL color Cylindrical-coordinate representation of color #580566: hue angle of 291.34º 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 #580566 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 5 | 102 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.6 |
| HSL | 291.34º | 0.91% | 0.21% | - |
| HSV(B) | 291.34º | 0.95% | 0.4% | - |
| XYZ | 6.48 | 3.14 | 12.84 | - |
| YUV | 40.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 102 | 0.14 | 0.95 | 0 | 0.6 | 291.34 | 0.91 | 0.21 |
| Hex | 58 | 5 | 66 | E | 5F | 0 | 3C | 123 | 5B | 15 |
| Octal | 130 | 5 | 146 | 16 | 137 | 0 | 74 | 443 | 133 | 25 |
| Binary | 1011000 | 101 | 1100110 | 1110 | 1011111 | 0 | 111100 | 100100011 | 1011011 | 10101 |
Color Harmonies of #580566
Complementary color
Monochromatic Colors of #580566
Black with #580566
Text Example
Text Example
White with #580566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580566; }
p { color: rgb(88,5,102); }
H1.HeaderClassName
{
color: #580566;
}
.AnyTagClassName
{
color: #580566;
}
</style>
background-color css
<style>
a { background-color: #580566; }
a { background-color: rgb(88,5,102); }
div.DivClassName
{
background-color: #580566;
}
.BgClassName
{
background-color: #580566;
}
</style>
border-color css
<style>
span { border-color: #580566; }
span { border-color: rgb(88,5,102); }
td.TdClassName
{
border-color: #580566;
}
.TagClassName
{
border-color: #580566;
}
</style>