Shades of Indigo #580266
Tints of Indigo #580266
RGB
CMYK
RGB Variations
Color information
#580266 (or 0x580266) is known color: Indigo. HEX triplet: 58, 02 and 66. RGB value is (88,2,102). Sum of RGB (Red+Green+Blue) = 88+2+102=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #580266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580266 is #A7FD99. Grayscale: #262626. Windows color (decimal): -11009434 or 6685272. OLE color: 6685272.
HSL color Cylindrical-coordinate representation of color #580266: hue angle of 291.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580266 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 2 | 102 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.6 |
| HSL | 291.6º | 0.96% | 0.2% | - |
| HSV(B) | 291.6º | 0.98% | 0.4% | - |
| XYZ | 6.44 | 3.08 | 12.82 | - |
| YUV | 39.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 102 | 0.14 | 0.98 | 0 | 0.6 | 291.6 | 0.96 | 0.2 |
| Hex | 58 | 2 | 66 | E | 62 | 0 | 3C | 124 | 60 | 14 |
| Octal | 130 | 2 | 146 | 16 | 142 | 0 | 74 | 444 | 140 | 24 |
| Binary | 1011000 | 10 | 1100110 | 1110 | 1100010 | 0 | 111100 | 100100100 | 1100000 | 10100 |
Color Harmonies of #580266
Complementary color
Monochromatic Colors of #580266
Black with #580266
Text Example
Text Example
White with #580266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580266; }
p { color: rgb(88,2,102); }
H1.HeaderClassName
{
color: #580266;
}
.AnyTagClassName
{
color: #580266;
}
</style>
background-color css
<style>
a { background-color: #580266; }
a { background-color: rgb(88,2,102); }
div.DivClassName
{
background-color: #580266;
}
.BgClassName
{
background-color: #580266;
}
</style>
border-color css
<style>
span { border-color: #580266; }
span { border-color: rgb(88,2,102); }
td.TdClassName
{
border-color: #580266;
}
.TagClassName
{
border-color: #580266;
}
</style>