Shades of Indigo #580466
Tints of Indigo #580466
RGB
CMYK
RGB Variations
Color information
#580466 (or 0x580466) is known color: Indigo. HEX triplet: 58, 04 and 66. RGB value is (88,4,102). Sum of RGB (Red+Green+Blue) = 88+4+102=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #580466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580466 is #A7FB99. Grayscale: #272727. Windows color (decimal): -11008922 or 6685784. OLE color: 6685784.
HSL color Cylindrical-coordinate representation of color #580466: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580466 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 4 | 102 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.6 |
| HSL | 291.43º | 0.92% | 0.21% | - |
| HSV(B) | 291.43º | 0.96% | 0.4% | - |
| XYZ | 6.47 | 3.12 | 12.83 | - |
| YUV | 40.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 102 | 0.14 | 0.96 | 0 | 0.6 | 291.43 | 0.92 | 0.21 |
| Hex | 58 | 4 | 66 | E | 60 | 0 | 3C | 123 | 5C | 15 |
| Octal | 130 | 4 | 146 | 16 | 140 | 0 | 74 | 443 | 134 | 25 |
| Binary | 1011000 | 100 | 1100110 | 1110 | 1100000 | 0 | 111100 | 100100011 | 1011100 | 10101 |
Color Harmonies of #580466
Complementary color
Monochromatic Colors of #580466
Black with #580466
Text Example
Text Example
White with #580466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580466; }
p { color: rgb(88,4,102); }
H1.HeaderClassName
{
color: #580466;
}
.AnyTagClassName
{
color: #580466;
}
</style>
background-color css
<style>
a { background-color: #580466; }
a { background-color: rgb(88,4,102); }
div.DivClassName
{
background-color: #580466;
}
.BgClassName
{
background-color: #580466;
}
</style>
border-color css
<style>
span { border-color: #580466; }
span { border-color: rgb(88,4,102); }
td.TdClassName
{
border-color: #580466;
}
.TagClassName
{
border-color: #580466;
}
</style>