Shades of Indigo #581273
Tints of Indigo #581273
RGB
CMYK
RGB Variations
Color information
#581273 (or 0x581273) is known color: Indigo. HEX triplet: 58, 12 and 73. RGB value is (88,18,115). Sum of RGB (Red+Green+Blue) = 88+18+115=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #581273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581273 is #A7ED8C. Grayscale: #313131. Windows color (decimal): -11005325 or 7541336. OLE color: 7541336.
HSL color Cylindrical-coordinate representation of color #581273: hue angle of 283.3º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581273 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 18 | 115 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.55 |
| HSL | 283.3º | 0.73% | 0.26% | - |
| HSV(B) | 283.3º | 0.84% | 0.45% | - |
| XYZ | 7.34 | 3.75 | 16.56 | - |
| YUV | 49.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 115 | 0.23 | 0.84 | 0 | 0.55 | 283.3 | 0.73 | 0.26 |
| Hex | 58 | 12 | 73 | 17 | 54 | 0 | 37 | 11B | 49 | 1A |
| Octal | 130 | 22 | 163 | 27 | 124 | 0 | 67 | 433 | 111 | 32 |
| Binary | 1011000 | 10010 | 1110011 | 10111 | 1010100 | 0 | 110111 | 100011011 | 1001001 | 11010 |
Color Harmonies of #581273
Complementary color
Monochromatic Colors of #581273
Black with #581273
Text Example
Text Example
White with #581273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581273; }
p { color: rgb(88,18,115); }
H1.HeaderClassName
{
color: #581273;
}
.AnyTagClassName
{
color: #581273;
}
</style>
background-color css
<style>
a { background-color: #581273; }
a { background-color: rgb(88,18,115); }
div.DivClassName
{
background-color: #581273;
}
.BgClassName
{
background-color: #581273;
}
</style>
border-color css
<style>
span { border-color: #581273; }
span { border-color: rgb(88,18,115); }
td.TdClassName
{
border-color: #581273;
}
.TagClassName
{
border-color: #581273;
}
</style>