Shades of Indigo #580B9C
Tints of Indigo #580B9C
RGB
CMYK
RGB Variations
Color information
#580B9C (or 0x580B9C) is known color: Indigo. HEX triplet: 58, 0B and 9C. RGB value is (88,11,156). Sum of RGB (Red+Green+Blue) = 88+11+156=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #580B9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580B9C is #A7F463. Grayscale: #323232. Windows color (decimal): -11007076 or 10226520. OLE color: 10226520.
HSL color Cylindrical-coordinate representation of color #580B9C: hue angle of 271.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580B9C is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 11 | 156 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.39 |
| HSL | 271.86º | 0.87% | 0.33% | - |
| HSV(B) | 271.86º | 0.93% | 0.61% | - |
| XYZ | 10.14 | 4.71 | 31.83 | - |
| YUV | 50.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 156 | 0.44 | 0.93 | 0 | 0.39 | 271.86 | 0.87 | 0.33 |
| Hex | 58 | B | 9C | 2C | 5D | 0 | 27 | 110 | 57 | 21 |
| Octal | 130 | 13 | 234 | 54 | 135 | 0 | 47 | 420 | 127 | 41 |
| Binary | 1011000 | 1011 | 10011100 | 101100 | 1011101 | 0 | 100111 | 100010000 | 1010111 | 100001 |
Color Harmonies of #580B9C
Complementary color
Monochromatic Colors of #580B9C
Black with #580B9C
Text Example
Text Example
White with #580B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B9C; }
p { color: rgb(88,11,156); }
H1.HeaderClassName
{
color: #580B9C;
}
.AnyTagClassName
{
color: #580B9C;
}
</style>
background-color css
<style>
a { background-color: #580B9C; }
a { background-color: rgb(88,11,156); }
div.DivClassName
{
background-color: #580B9C;
}
.BgClassName
{
background-color: #580B9C;
}
</style>
border-color css
<style>
span { border-color: #580B9C; }
span { border-color: rgb(88,11,156); }
td.TdClassName
{
border-color: #580B9C;
}
.TagClassName
{
border-color: #580B9C;
}
</style>