Shades of Indigo #581483
Tints of Indigo #581483
RGB
CMYK
RGB Variations
Color information
#581483 (or 0x581483) is known color: Indigo. HEX triplet: 58, 14 and 83. RGB value is (88,20,131). Sum of RGB (Red+Green+Blue) = 88+20+131=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #581483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581483 is #A7EB7C. Grayscale: #343434. Windows color (decimal): -11004797 or 8590424. OLE color: 8590424.
HSL color Cylindrical-coordinate representation of color #581483: hue angle of 276.76º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581483 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 20 | 131 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.49 |
| HSL | 276.76º | 0.74% | 0.3% | - |
| HSV(B) | 276.76º | 0.85% | 0.51% | - |
| XYZ | 8.37 | 4.21 | 21.84 | - |
| YUV | 52.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 131 | 0.33 | 0.85 | 0 | 0.49 | 276.76 | 0.74 | 0.3 |
| Hex | 58 | 14 | 83 | 21 | 55 | 0 | 31 | 115 | 4A | 1E |
| Octal | 130 | 24 | 203 | 41 | 125 | 0 | 61 | 425 | 112 | 36 |
| Binary | 1011000 | 10100 | 10000011 | 100001 | 1010101 | 0 | 110001 | 100010101 | 1001010 | 11110 |
Color Harmonies of #581483
Complementary color
Monochromatic Colors of #581483
Black with #581483
Text Example
Text Example
White with #581483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581483; }
p { color: rgb(88,20,131); }
H1.HeaderClassName
{
color: #581483;
}
.AnyTagClassName
{
color: #581483;
}
</style>
background-color css
<style>
a { background-color: #581483; }
a { background-color: rgb(88,20,131); }
div.DivClassName
{
background-color: #581483;
}
.BgClassName
{
background-color: #581483;
}
</style>
border-color css
<style>
span { border-color: #581483; }
span { border-color: rgb(88,20,131); }
td.TdClassName
{
border-color: #581483;
}
.TagClassName
{
border-color: #581483;
}
</style>