Shades of Indigo #580F9C
Tints of Indigo #580F9C
RGB
CMYK
RGB Variations
Color information
#580F9C (or 0x580F9C) is known color: Indigo. HEX triplet: 58, 0F and 9C. RGB value is (88,15,156). Sum of RGB (Red+Green+Blue) = 88+15+156=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #580F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F9C is #A7F063. Grayscale: #343434. Windows color (decimal): -11006052 or 10227544. OLE color: 10227544.
HSL color Cylindrical-coordinate representation of color #580F9C: hue angle of 271.06º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580F9C is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 15 | 156 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.39 |
| HSL | 271.06º | 0.82% | 0.34% | - |
| HSV(B) | 271.06º | 0.9% | 0.61% | - |
| XYZ | 10.2 | 4.82 | 31.84 | - |
| YUV | 52.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 156 | 0.44 | 0.90 | 0 | 0.39 | 271.06 | 0.82 | 0.34 |
| Hex | 58 | F | 9C | 2C | 5A | 0 | 27 | 10F | 52 | 22 |
| Octal | 130 | 17 | 234 | 54 | 132 | 0 | 47 | 417 | 122 | 42 |
| Binary | 1011000 | 1111 | 10011100 | 101100 | 1011010 | 0 | 100111 | 100001111 | 1010010 | 100010 |
Color Harmonies of #580F9C
Complementary color
Monochromatic Colors of #580F9C
Black with #580F9C
Text Example
Text Example
White with #580F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F9C; }
p { color: rgb(88,15,156); }
H1.HeaderClassName
{
color: #580F9C;
}
.AnyTagClassName
{
color: #580F9C;
}
</style>
background-color css
<style>
a { background-color: #580F9C; }
a { background-color: rgb(88,15,156); }
div.DivClassName
{
background-color: #580F9C;
}
.BgClassName
{
background-color: #580F9C;
}
</style>
border-color css
<style>
span { border-color: #580F9C; }
span { border-color: rgb(88,15,156); }
td.TdClassName
{
border-color: #580F9C;
}
.TagClassName
{
border-color: #580F9C;
}
</style>