Shades of Indigo #580184
Tints of Indigo #580184
RGB
CMYK
RGB Variations
Color information
#580184 (or 0x580184) is known color: Indigo. HEX triplet: 58, 01 and 84. RGB value is (88,1,132). Sum of RGB (Red+Green+Blue) = 88+1+132=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #580184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580184 is #A7FE7B. Grayscale: #292929. Windows color (decimal): -11009660 or 8651096. OLE color: 8651096.
HSL color Cylindrical-coordinate representation of color #580184: hue angle of 279.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580184 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 1 | 132 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.48 |
| HSL | 279.85º | 0.98% | 0.26% | - |
| HSV(B) | 279.85º | 0.99% | 0.52% | - |
| XYZ | 8.2 | 3.76 | 22.12 | - |
| YUV | 41.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 132 | 0.33 | 0.99 | 0 | 0.48 | 279.85 | 0.98 | 0.26 |
| Hex | 58 | 1 | 84 | 21 | 63 | 0 | 30 | 118 | 62 | 1A |
| Octal | 130 | 1 | 204 | 41 | 143 | 0 | 60 | 430 | 142 | 32 |
| Binary | 1011000 | 1 | 10000100 | 100001 | 1100011 | 0 | 110000 | 100011000 | 1100010 | 11010 |
Color Harmonies of #580184
Complementary color
Monochromatic Colors of #580184
Black with #580184
Text Example
Text Example
White with #580184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580184; }
p { color: rgb(88,1,132); }
H1.HeaderClassName
{
color: #580184;
}
.AnyTagClassName
{
color: #580184;
}
</style>
background-color css
<style>
a { background-color: #580184; }
a { background-color: rgb(88,1,132); }
div.DivClassName
{
background-color: #580184;
}
.BgClassName
{
background-color: #580184;
}
</style>
border-color css
<style>
span { border-color: #580184; }
span { border-color: rgb(88,1,132); }
td.TdClassName
{
border-color: #580184;
}
.TagClassName
{
border-color: #580184;
}
</style>