Shades of Indigo #580F98
Tints of Indigo #580F98
RGB
CMYK
RGB Variations
Color information
#580F98 (or 0x580F98) is known color: Indigo. HEX triplet: 58, 0F and 98. RGB value is (88,15,152). Sum of RGB (Red+Green+Blue) = 88+15+152=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #580F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F98 is #A7F067. Grayscale: #333333. Windows color (decimal): -11006056 or 9965400. OLE color: 9965400.
HSL color Cylindrical-coordinate representation of color #580F98: hue angle of 271.97º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580F98 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 15 | 152 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.40 |
| HSL | 271.97º | 0.82% | 0.33% | - |
| HSV(B) | 271.97º | 0.9% | 0.6% | - |
| XYZ | 9.86 | 4.68 | 30.09 | - |
| YUV | 52.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 152 | 0.42 | 0.90 | 0 | 0.40 | 271.97 | 0.82 | 0.33 |
| Hex | 58 | F | 98 | 2A | 5A | 0 | 28 | 110 | 52 | 21 |
| Octal | 130 | 17 | 230 | 52 | 132 | 0 | 50 | 420 | 122 | 41 |
| Binary | 1011000 | 1111 | 10011000 | 101010 | 1011010 | 0 | 101000 | 100010000 | 1010010 | 100001 |
Color Harmonies of #580F98
Complementary color
Monochromatic Colors of #580F98
Black with #580F98
Text Example
Text Example
White with #580F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F98; }
p { color: rgb(88,15,152); }
H1.HeaderClassName
{
color: #580F98;
}
.AnyTagClassName
{
color: #580F98;
}
</style>
background-color css
<style>
a { background-color: #580F98; }
a { background-color: rgb(88,15,152); }
div.DivClassName
{
background-color: #580F98;
}
.BgClassName
{
background-color: #580F98;
}
</style>
border-color css
<style>
span { border-color: #580F98; }
span { border-color: rgb(88,15,152); }
td.TdClassName
{
border-color: #580F98;
}
.TagClassName
{
border-color: #580F98;
}
</style>