Shades of Indigo #580669
Tints of Indigo #580669
RGB
CMYK
RGB Variations
Color information
#580669 (or 0x580669) is known color: Indigo. HEX triplet: 58, 06 and 69. RGB value is (88,6,105). Sum of RGB (Red+Green+Blue) = 88+6+105=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #580669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580669 is #A7F996. Grayscale: #292929. Windows color (decimal): -11008407 or 6882904. OLE color: 6882904.
HSL color Cylindrical-coordinate representation of color #580669: hue angle of 289.7º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580669 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 6 | 105 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.59 |
| HSL | 289.7º | 0.89% | 0.22% | - |
| HSV(B) | 289.7º | 0.94% | 0.41% | - |
| XYZ | 6.64 | 3.22 | 13.64 | - |
| YUV | 41.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 105 | 0.16 | 0.94 | 0 | 0.59 | 289.7 | 0.89 | 0.22 |
| Hex | 58 | 6 | 69 | 10 | 5E | 0 | 3B | 122 | 59 | 16 |
| Octal | 130 | 6 | 151 | 20 | 136 | 0 | 73 | 442 | 131 | 26 |
| Binary | 1011000 | 110 | 1101001 | 10000 | 1011110 | 0 | 111011 | 100100010 | 1011001 | 10110 |
Color Harmonies of #580669
Complementary color
Monochromatic Colors of #580669
Black with #580669
Text Example
Text Example
White with #580669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580669; }
p { color: rgb(88,6,105); }
H1.HeaderClassName
{
color: #580669;
}
.AnyTagClassName
{
color: #580669;
}
</style>
background-color css
<style>
a { background-color: #580669; }
a { background-color: rgb(88,6,105); }
div.DivClassName
{
background-color: #580669;
}
.BgClassName
{
background-color: #580669;
}
</style>
border-color css
<style>
span { border-color: #580669; }
span { border-color: rgb(88,6,105); }
td.TdClassName
{
border-color: #580669;
}
.TagClassName
{
border-color: #580669;
}
</style>