Shades of Indigo #580B6D
Tints of Indigo #580B6D
RGB
CMYK
RGB Variations
Color information
#580B6D (or 0x580B6D) is known color: Indigo. HEX triplet: 58, 0B and 6D. RGB value is (88,11,109). Sum of RGB (Red+Green+Blue) = 88+11+109=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #580B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B6D is #A7F492. Grayscale: #2C2C2C. Windows color (decimal): -11007123 or 7146328. OLE color: 7146328.
HSL color Cylindrical-coordinate representation of color #580B6D: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B6D is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 11 | 109 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.57 |
| HSL | 287.14º | 0.82% | 0.24% | - |
| HSV(B) | 287.14º | 0.9% | 0.43% | - |
| XYZ | 6.9 | 3.42 | 14.76 | - |
| YUV | 45.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 109 | 0.19 | 0.90 | 0 | 0.57 | 287.14 | 0.82 | 0.24 |
| Hex | 58 | B | 6D | 13 | 5A | 0 | 39 | 11F | 52 | 18 |
| Octal | 130 | 13 | 155 | 23 | 132 | 0 | 71 | 437 | 122 | 30 |
| Binary | 1011000 | 1011 | 1101101 | 10011 | 1011010 | 0 | 111001 | 100011111 | 1010010 | 11000 |
Color Harmonies of #580B6D
Complementary color
Monochromatic Colors of #580B6D
Black with #580B6D
Text Example
Text Example
White with #580B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B6D; }
p { color: rgb(88,11,109); }
H1.HeaderClassName
{
color: #580B6D;
}
.AnyTagClassName
{
color: #580B6D;
}
</style>
background-color css
<style>
a { background-color: #580B6D; }
a { background-color: rgb(88,11,109); }
div.DivClassName
{
background-color: #580B6D;
}
.BgClassName
{
background-color: #580B6D;
}
</style>
border-color css
<style>
span { border-color: #580B6D; }
span { border-color: rgb(88,11,109); }
td.TdClassName
{
border-color: #580B6D;
}
.TagClassName
{
border-color: #580B6D;
}
</style>