Shades of Indigo #5801A7
Tints of Indigo #5801A7
RGB
CMYK
RGB Variations
Color information
#5801A7 (or 0x5801A7) is known color: Indigo. HEX triplet: 58, 01 and A7. RGB value is (88,1,167). Sum of RGB (Red+Green+Blue) = 88+1+167=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 167 (65.62% from 255 or 65.23% from 256); Max value from RGB is 167 - color contains mainly: blue. Hex color #5801A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5801A7 is #A7FE58. Grayscale: #2D2D2D. Windows color (decimal): -11009625 or 10944856. OLE color: 10944856.
HSL color Cylindrical-coordinate representation of color #5801A7: hue angle of 271.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5801A7 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 1 | 167 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.35 |
| HSL | 271.45º | 0.99% | 0.33% | - |
| HSV(B) | 271.45º | 0.99% | 0.65% | - |
| XYZ | 11.01 | 4.89 | 36.92 | - |
| YUV | 45.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 167 | 0.47 | 0.99 | 0 | 0.35 | 271.45 | 0.99 | 0.33 |
| Hex | 58 | 1 | A7 | 2F | 63 | 0 | 23 | 10F | 63 | 21 |
| Octal | 130 | 1 | 247 | 57 | 143 | 0 | 43 | 417 | 143 | 41 |
| Binary | 1011000 | 1 | 10100111 | 101111 | 1100011 | 0 | 100011 | 100001111 | 1100011 | 100001 |
Color Harmonies of #5801A7
Complementary color
Monochromatic Colors of #5801A7
Black with #5801A7
Text Example
Text Example
White with #5801A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5801A7; }
p { color: rgb(88,1,167); }
H1.HeaderClassName
{
color: #5801A7;
}
.AnyTagClassName
{
color: #5801A7;
}
</style>
background-color css
<style>
a { background-color: #5801A7; }
a { background-color: rgb(88,1,167); }
div.DivClassName
{
background-color: #5801A7;
}
.BgClassName
{
background-color: #5801A7;
}
</style>
border-color css
<style>
span { border-color: #5801A7; }
span { border-color: rgb(88,1,167); }
td.TdClassName
{
border-color: #5801A7;
}
.TagClassName
{
border-color: #5801A7;
}
</style>