Shades of Indigo #580B67
Tints of Indigo #580B67
RGB
CMYK
RGB Variations
Color information
#580B67 (or 0x580B67) is known color: Indigo. HEX triplet: 58, 0B and 67. RGB value is (88,11,103). Sum of RGB (Red+Green+Blue) = 88+11+103=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #580B67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B67 is #A7F498. Grayscale: #2C2C2C. Windows color (decimal): -11007129 or 6753112. OLE color: 6753112.
HSL color Cylindrical-coordinate representation of color #580B67: hue angle of 290.22º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580B67 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 11 | 103 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.60 |
| HSL | 290.22º | 0.81% | 0.22% | - |
| HSV(B) | 290.22º | 0.89% | 0.4% | - |
| XYZ | 6.59 | 3.29 | 13.12 | - |
| YUV | 44.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 103 | 0.15 | 0.89 | 0 | 0.60 | 290.22 | 0.81 | 0.22 |
| Hex | 58 | B | 67 | F | 59 | 0 | 3C | 122 | 51 | 16 |
| Octal | 130 | 13 | 147 | 17 | 131 | 0 | 74 | 442 | 121 | 26 |
| Binary | 1011000 | 1011 | 1100111 | 1111 | 1011001 | 0 | 111100 | 100100010 | 1010001 | 10110 |
Color Harmonies of #580B67
Complementary color
Monochromatic Colors of #580B67
Black with #580B67
Text Example
Text Example
White with #580B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B67; }
p { color: rgb(88,11,103); }
H1.HeaderClassName
{
color: #580B67;
}
.AnyTagClassName
{
color: #580B67;
}
</style>
background-color css
<style>
a { background-color: #580B67; }
a { background-color: rgb(88,11,103); }
div.DivClassName
{
background-color: #580B67;
}
.BgClassName
{
background-color: #580B67;
}
</style>
border-color css
<style>
span { border-color: #580B67; }
span { border-color: rgb(88,11,103); }
td.TdClassName
{
border-color: #580B67;
}
.TagClassName
{
border-color: #580B67;
}
</style>