Shades of Indigo #581083
Tints of Indigo #581083
RGB
CMYK
RGB Variations
Color information
#581083 (or 0x581083) is known color: Indigo. HEX triplet: 58, 10 and 83. RGB value is (88,16,131). Sum of RGB (Red+Green+Blue) = 88+16+131=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #581083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581083 is #A7EF7C. Grayscale: #323232. Windows color (decimal): -11005821 or 8589400. OLE color: 8589400.
HSL color Cylindrical-coordinate representation of color #581083: hue angle of 277.57º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581083 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 16 | 131 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.49 |
| HSL | 277.57º | 0.78% | 0.29% | - |
| HSV(B) | 277.57º | 0.88% | 0.51% | - |
| XYZ | 8.31 | 4.08 | 21.82 | - |
| YUV | 50.64 | 173.35 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 131 | 0.33 | 0.88 | 0 | 0.49 | 277.57 | 0.78 | 0.29 |
| Hex | 58 | 10 | 83 | 21 | 58 | 0 | 31 | 116 | 4E | 1D |
| Octal | 130 | 20 | 203 | 41 | 130 | 0 | 61 | 426 | 116 | 35 |
| Binary | 1011000 | 10000 | 10000011 | 100001 | 1011000 | 0 | 110001 | 100010110 | 1001110 | 11101 |
Color Harmonies of #581083
Complementary color
Monochromatic Colors of #581083
Black with #581083
Text Example
Text Example
White with #581083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581083; }
p { color: rgb(88,16,131); }
H1.HeaderClassName
{
color: #581083;
}
.AnyTagClassName
{
color: #581083;
}
</style>
background-color css
<style>
a { background-color: #581083; }
a { background-color: rgb(88,16,131); }
div.DivClassName
{
background-color: #581083;
}
.BgClassName
{
background-color: #581083;
}
</style>
border-color css
<style>
span { border-color: #581083; }
span { border-color: rgb(88,16,131); }
td.TdClassName
{
border-color: #581083;
}
.TagClassName
{
border-color: #581083;
}
</style>