Shades of Indigo #580574
Tints of Indigo #580574
RGB
CMYK
RGB Variations
Color information
#580574 (or 0x580574) is known color: Indigo. HEX triplet: 58, 05 and 74. RGB value is (88,5,116). Sum of RGB (Red+Green+Blue) = 88+5+116=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #580574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580574 is #A7FA8B. Grayscale: #2A2A2A. Windows color (decimal): -11008652 or 7603544. OLE color: 7603544.
HSL color Cylindrical-coordinate representation of color #580574: hue angle of 284.86º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580574 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 5 | 116 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.55 |
| HSL | 284.86º | 0.92% | 0.24% | - |
| HSV(B) | 284.86º | 0.96% | 0.45% | - |
| XYZ | 7.23 | 3.44 | 16.81 | - |
| YUV | 42.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 116 | 0.24 | 0.96 | 0 | 0.55 | 284.86 | 0.92 | 0.24 |
| Hex | 58 | 5 | 74 | 18 | 60 | 0 | 37 | 11D | 5C | 18 |
| Octal | 130 | 5 | 164 | 30 | 140 | 0 | 67 | 435 | 134 | 30 |
| Binary | 1011000 | 101 | 1110100 | 11000 | 1100000 | 0 | 110111 | 100011101 | 1011100 | 11000 |
Color Harmonies of #580574
Complementary color
Monochromatic Colors of #580574
Black with #580574
Text Example
Text Example
White with #580574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580574; }
p { color: rgb(88,5,116); }
H1.HeaderClassName
{
color: #580574;
}
.AnyTagClassName
{
color: #580574;
}
</style>
background-color css
<style>
a { background-color: #580574; }
a { background-color: rgb(88,5,116); }
div.DivClassName
{
background-color: #580574;
}
.BgClassName
{
background-color: #580574;
}
</style>
border-color css
<style>
span { border-color: #580574; }
span { border-color: rgb(88,5,116); }
td.TdClassName
{
border-color: #580574;
}
.TagClassName
{
border-color: #580574;
}
</style>