Shades of Indigo #580674
Tints of Indigo #580674
RGB
CMYK
RGB Variations
Color information
#580674 (or 0x580674) is known color: Indigo. HEX triplet: 58, 06 and 74. RGB value is (88,6,116). Sum of RGB (Red+Green+Blue) = 88+6+116=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #580674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580674 is #A7F98B. Grayscale: #2A2A2A. Windows color (decimal): -11008396 or 7603800. OLE color: 7603800.
HSL color Cylindrical-coordinate representation of color #580674: hue angle of 284.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580674 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 6 | 116 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.55 |
| HSL | 284.73º | 0.9% | 0.24% | - |
| HSV(B) | 284.73º | 0.95% | 0.45% | - |
| XYZ | 7.24 | 3.47 | 16.81 | - |
| YUV | 43.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 116 | 0.24 | 0.95 | 0 | 0.55 | 284.73 | 0.9 | 0.24 |
| Hex | 58 | 6 | 74 | 18 | 5F | 0 | 37 | 11D | 5A | 18 |
| Octal | 130 | 6 | 164 | 30 | 137 | 0 | 67 | 435 | 132 | 30 |
| Binary | 1011000 | 110 | 1110100 | 11000 | 1011111 | 0 | 110111 | 100011101 | 1011010 | 11000 |
Color Harmonies of #580674
Complementary color
Monochromatic Colors of #580674
Black with #580674
Text Example
Text Example
White with #580674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580674; }
p { color: rgb(88,6,116); }
H1.HeaderClassName
{
color: #580674;
}
.AnyTagClassName
{
color: #580674;
}
</style>
background-color css
<style>
a { background-color: #580674; }
a { background-color: rgb(88,6,116); }
div.DivClassName
{
background-color: #580674;
}
.BgClassName
{
background-color: #580674;
}
</style>
border-color css
<style>
span { border-color: #580674; }
span { border-color: rgb(88,6,116); }
td.TdClassName
{
border-color: #580674;
}
.TagClassName
{
border-color: #580674;
}
</style>