Shades of Indigo #580066
Tints of Indigo #580066
RGB
CMYK
RGB Variations
Color information
#580066 (or 0x580066) is known color: Indigo. HEX triplet: 58, 00 and 66. RGB value is (88,0,102). Sum of RGB (Red+Green+Blue) = 88+0+102=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #580066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580066 is #A7FF99. Grayscale: #252525. Windows color (decimal): -11009946 or 6684760. OLE color: 6684760.
HSL color Cylindrical-coordinate representation of color #580066: hue angle of 291.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580066 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 0 | 102 | - |
| CMYK | 0.14 | 1 | 0 | 0.6 |
| HSL | 291.76º | 1% | 0.2% | - |
| HSV(B) | 291.76º | 1% | 0.4% | - |
| XYZ | 6.42 | 3.03 | 12.82 | - |
| YUV | 37.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 102 | 0.14 | 1 | 0 | 0.6 | 291.76 | 1 | 0.2 |
| Hex | 58 | 0 | 66 | E | 64 | 0 | 3C | 124 | 64 | 14 |
| Octal | 130 | 0 | 146 | 16 | 144 | 0 | 74 | 444 | 144 | 24 |
| Binary | 1011000 | 0 | 1100110 | 1110 | 1100100 | 0 | 111100 | 100100100 | 1100100 | 10100 |
Color Harmonies of #580066
Complementary color
Monochromatic Colors of #580066
Black with #580066
Text Example
Text Example
White with #580066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580066; }
p { color: rgb(88,0,102); }
H1.HeaderClassName
{
color: #580066;
}
.AnyTagClassName
{
color: #580066;
}
</style>
background-color css
<style>
a { background-color: #580066; }
a { background-color: rgb(88,0,102); }
div.DivClassName
{
background-color: #580066;
}
.BgClassName
{
background-color: #580066;
}
</style>
border-color css
<style>
span { border-color: #580066; }
span { border-color: rgb(88,0,102); }
td.TdClassName
{
border-color: #580066;
}
.TagClassName
{
border-color: #580066;
}
</style>