Shades of Indigo #580067
Tints of Indigo #580067
RGB
CMYK
RGB Variations
Color information
#580067 (or 0x580067) is known color: Indigo. HEX triplet: 58, 00 and 67. RGB value is (88,0,103). Sum of RGB (Red+Green+Blue) = 88+0+103=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #580067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580067 is #A7FF98. Grayscale: #252525. Windows color (decimal): -11009945 or 6750296. OLE color: 6750296.
HSL color Cylindrical-coordinate representation of color #580067: hue angle of 291.26º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580067 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 0 | 103 | - |
| CMYK | 0.15 | 1 | 0 | 0.60 |
| HSL | 291.26º | 1% | 0.2% | - |
| HSV(B) | 291.26º | 1% | 0.4% | - |
| XYZ | 6.47 | 3.05 | 13.08 | - |
| YUV | 38.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 103 | 0.15 | 1 | 0 | 0.60 | 291.26 | 1 | 0.2 |
| Hex | 58 | 0 | 67 | F | 64 | 0 | 3C | 123 | 64 | 14 |
| Octal | 130 | 0 | 147 | 17 | 144 | 0 | 74 | 443 | 144 | 24 |
| Binary | 1011000 | 0 | 1100111 | 1111 | 1100100 | 0 | 111100 | 100100011 | 1100100 | 10100 |
Color Harmonies of #580067
Complementary color
Monochromatic Colors of #580067
Black with #580067
Text Example
Text Example
White with #580067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580067; }
p { color: rgb(88,0,103); }
H1.HeaderClassName
{
color: #580067;
}
.AnyTagClassName
{
color: #580067;
}
</style>
background-color css
<style>
a { background-color: #580067; }
a { background-color: rgb(88,0,103); }
div.DivClassName
{
background-color: #580067;
}
.BgClassName
{
background-color: #580067;
}
</style>
border-color css
<style>
span { border-color: #580067; }
span { border-color: rgb(88,0,103); }
td.TdClassName
{
border-color: #580067;
}
.TagClassName
{
border-color: #580067;
}
</style>