Shades of Indigo #580180
Tints of Indigo #580180
RGB
CMYK
RGB Variations
Color information
#580180 (or 0x580180) is known color: Indigo. HEX triplet: 58, 01 and 80. RGB value is (88,1,128). Sum of RGB (Red+Green+Blue) = 88+1+128=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #580180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580180 is #A7FE7F. Grayscale: #292929. Windows color (decimal): -11009664 or 8388952. OLE color: 8388952.
HSL color Cylindrical-coordinate representation of color #580180: hue angle of 281.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580180 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 1 | 128 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.50 |
| HSL | 281.1º | 0.98% | 0.25% | - |
| HSV(B) | 281.1º | 0.99% | 0.5% | - |
| XYZ | 7.93 | 3.65 | 20.71 | - |
| YUV | 41.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 128 | 0.31 | 0.99 | 0 | 0.50 | 281.1 | 0.98 | 0.25 |
| Hex | 58 | 1 | 80 | 1F | 63 | 0 | 32 | 119 | 62 | 19 |
| Octal | 130 | 1 | 200 | 37 | 143 | 0 | 62 | 431 | 142 | 31 |
| Binary | 1011000 | 1 | 10000000 | 11111 | 1100011 | 0 | 110010 | 100011001 | 1100010 | 11001 |
Color Harmonies of #580180
Complementary color
Monochromatic Colors of #580180
Black with #580180
Text Example
Text Example
White with #580180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580180; }
p { color: rgb(88,1,128); }
H1.HeaderClassName
{
color: #580180;
}
.AnyTagClassName
{
color: #580180;
}
</style>
background-color css
<style>
a { background-color: #580180; }
a { background-color: rgb(88,1,128); }
div.DivClassName
{
background-color: #580180;
}
.BgClassName
{
background-color: #580180;
}
</style>
border-color css
<style>
span { border-color: #580180; }
span { border-color: rgb(88,1,128); }
td.TdClassName
{
border-color: #580180;
}
.TagClassName
{
border-color: #580180;
}
</style>