Shades of Indigo #580270
Tints of Indigo #580270
RGB
CMYK
RGB Variations
Color information
#580270 (or 0x580270) is known color: Indigo. HEX triplet: 58, 02 and 70. RGB value is (88,2,112). Sum of RGB (Red+Green+Blue) = 88+2+112=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #580270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580270 is #A7FD8F. Grayscale: #272727. Windows color (decimal): -11009424 or 7340632. OLE color: 7340632.
HSL color Cylindrical-coordinate representation of color #580270: hue angle of 286.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580270 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 2 | 112 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.56 |
| HSL | 286.91º | 0.96% | 0.22% | - |
| HSV(B) | 286.91º | 0.98% | 0.44% | - |
| XYZ | 6.97 | 3.29 | 15.6 | - |
| YUV | 40.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 112 | 0.21 | 0.98 | 0 | 0.56 | 286.91 | 0.96 | 0.22 |
| Hex | 58 | 2 | 70 | 15 | 62 | 0 | 38 | 11F | 60 | 16 |
| Octal | 130 | 2 | 160 | 25 | 142 | 0 | 70 | 437 | 140 | 26 |
| Binary | 1011000 | 10 | 1110000 | 10101 | 1100010 | 0 | 111000 | 100011111 | 1100000 | 10110 |
Color Harmonies of #580270
Complementary color
Monochromatic Colors of #580270
Black with #580270
Text Example
Text Example
White with #580270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580270; }
p { color: rgb(88,2,112); }
H1.HeaderClassName
{
color: #580270;
}
.AnyTagClassName
{
color: #580270;
}
</style>
background-color css
<style>
a { background-color: #580270; }
a { background-color: rgb(88,2,112); }
div.DivClassName
{
background-color: #580270;
}
.BgClassName
{
background-color: #580270;
}
</style>
border-color css
<style>
span { border-color: #580270; }
span { border-color: rgb(88,2,112); }
td.TdClassName
{
border-color: #580270;
}
.TagClassName
{
border-color: #580270;
}
</style>