Shades of Indigo #580063
Tints of Indigo #580063
RGB
CMYK
RGB Variations
Color information
#580063 (or 0x580063) is known color: Indigo. HEX triplet: 58, 00 and 63. RGB value is (88,0,99). Sum of RGB (Red+Green+Blue) = 88+0+99=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #580063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580063 is #A7FF9C. Grayscale: #252525. Windows color (decimal): -11009949 or 6488152. OLE color: 6488152.
HSL color Cylindrical-coordinate representation of color #580063: hue angle of 293.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580063 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 0 | 99 | - |
| CMYK | 0.11 | 1 | 0 | 0.61 |
| HSL | 293.33º | 1% | 0.19% | - |
| HSV(B) | 293.33º | 1% | 0.39% | - |
| XYZ | 6.28 | 2.98 | 12.05 | - |
| YUV | 37.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 99 | 0.11 | 1 | 0 | 0.61 | 293.33 | 1 | 0.19 |
| Hex | 58 | 0 | 63 | B | 64 | 0 | 3D | 125 | 64 | 13 |
| Octal | 130 | 0 | 143 | 13 | 144 | 0 | 75 | 445 | 144 | 23 |
| Binary | 1011000 | 0 | 1100011 | 1011 | 1100100 | 0 | 111101 | 100100101 | 1100100 | 10011 |
Color Harmonies of #580063
Complementary color
Monochromatic Colors of #580063
Black with #580063
Text Example
Text Example
White with #580063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580063; }
p { color: rgb(88,0,99); }
H1.HeaderClassName
{
color: #580063;
}
.AnyTagClassName
{
color: #580063;
}
</style>
background-color css
<style>
a { background-color: #580063; }
a { background-color: rgb(88,0,99); }
div.DivClassName
{
background-color: #580063;
}
.BgClassName
{
background-color: #580063;
}
</style>
border-color css
<style>
span { border-color: #580063; }
span { border-color: rgb(88,0,99); }
td.TdClassName
{
border-color: #580063;
}
.TagClassName
{
border-color: #580063;
}
</style>