Shades of Indigo #580C9B
Tints of Indigo #580C9B
RGB
CMYK
RGB Variations
Color information
#580C9B (or 0x580C9B) is known color: Indigo. HEX triplet: 58, 0C and 9B. RGB value is (88,12,155). Sum of RGB (Red+Green+Blue) = 88+12+155=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #580C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580C9B is #A7F364. Grayscale: #323232. Windows color (decimal): -11006821 or 10161240. OLE color: 10161240.
HSL color Cylindrical-coordinate representation of color #580C9B: hue angle of 271.89º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580C9B is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 12 | 155 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.39 |
| HSL | 271.89º | 0.86% | 0.33% | - |
| HSV(B) | 271.89º | 0.92% | 0.61% | - |
| XYZ | 10.07 | 4.7 | 31.39 | - |
| YUV | 51.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 155 | 0.43 | 0.92 | 0 | 0.39 | 271.89 | 0.86 | 0.33 |
| Hex | 58 | C | 9B | 2B | 5C | 0 | 27 | 110 | 56 | 21 |
| Octal | 130 | 14 | 233 | 53 | 134 | 0 | 47 | 420 | 126 | 41 |
| Binary | 1011000 | 1100 | 10011011 | 101011 | 1011100 | 0 | 100111 | 100010000 | 1010110 | 100001 |
Color Harmonies of #580C9B
Complementary color
Monochromatic Colors of #580C9B
Black with #580C9B
Text Example
Text Example
White with #580C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C9B; }
p { color: rgb(88,12,155); }
H1.HeaderClassName
{
color: #580C9B;
}
.AnyTagClassName
{
color: #580C9B;
}
</style>
background-color css
<style>
a { background-color: #580C9B; }
a { background-color: rgb(88,12,155); }
div.DivClassName
{
background-color: #580C9B;
}
.BgClassName
{
background-color: #580C9B;
}
</style>
border-color css
<style>
span { border-color: #580C9B; }
span { border-color: rgb(88,12,155); }
td.TdClassName
{
border-color: #580C9B;
}
.TagClassName
{
border-color: #580C9B;
}
</style>