Shades of Indigo #580165
Tints of Indigo #580165
RGB
CMYK
RGB Variations
Color information
#580165 (or 0x580165) is known color: Indigo. HEX triplet: 58, 01 and 65. RGB value is (88,1,101). Sum of RGB (Red+Green+Blue) = 88+1+101=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #580165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580165 is #A7FE9A. Grayscale: #262626. Windows color (decimal): -11009691 or 6619480. OLE color: 6619480.
HSL color Cylindrical-coordinate representation of color #580165: hue angle of 292.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580165 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 1 | 101 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.60 |
| HSL | 292.2º | 0.98% | 0.2% | - |
| HSV(B) | 292.2º | 0.99% | 0.4% | - |
| XYZ | 6.38 | 3.04 | 12.56 | - |
| YUV | 38.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 101 | 0.13 | 0.99 | 0 | 0.60 | 292.2 | 0.98 | 0.2 |
| Hex | 58 | 1 | 65 | D | 63 | 0 | 3C | 124 | 62 | 14 |
| Octal | 130 | 1 | 145 | 15 | 143 | 0 | 74 | 444 | 142 | 24 |
| Binary | 1011000 | 1 | 1100101 | 1101 | 1100011 | 0 | 111100 | 100100100 | 1100010 | 10100 |
Color Harmonies of #580165
Complementary color
Monochromatic Colors of #580165
Black with #580165
Text Example
Text Example
White with #580165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580165; }
p { color: rgb(88,1,101); }
H1.HeaderClassName
{
color: #580165;
}
.AnyTagClassName
{
color: #580165;
}
</style>
background-color css
<style>
a { background-color: #580165; }
a { background-color: rgb(88,1,101); }
div.DivClassName
{
background-color: #580165;
}
.BgClassName
{
background-color: #580165;
}
</style>
border-color css
<style>
span { border-color: #580165; }
span { border-color: rgb(88,1,101); }
td.TdClassName
{
border-color: #580165;
}
.TagClassName
{
border-color: #580165;
}
</style>