Shades of Indigo #581383
Tints of Indigo #581383
RGB
CMYK
RGB Variations
Color information
#581383 (or 0x581383) is known color: Indigo. HEX triplet: 58, 13 and 83. RGB value is (88,19,131). Sum of RGB (Red+Green+Blue) = 88+19+131=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #581383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581383 is #A7EC7C. Grayscale: #343434. Windows color (decimal): -11005053 or 8590168. OLE color: 8590168.
HSL color Cylindrical-coordinate representation of color #581383: hue angle of 276.96º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581383 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 19 | 131 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.49 |
| HSL | 276.96º | 0.75% | 0.29% | - |
| HSV(B) | 276.96º | 0.85% | 0.51% | - |
| XYZ | 8.35 | 4.18 | 21.84 | - |
| YUV | 52.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 131 | 0.33 | 0.85 | 0 | 0.49 | 276.96 | 0.75 | 0.29 |
| Hex | 58 | 13 | 83 | 21 | 55 | 0 | 31 | 115 | 4B | 1D |
| Octal | 130 | 23 | 203 | 41 | 125 | 0 | 61 | 425 | 113 | 35 |
| Binary | 1011000 | 10011 | 10000011 | 100001 | 1010101 | 0 | 110001 | 100010101 | 1001011 | 11101 |
Color Harmonies of #581383
Complementary color
Monochromatic Colors of #581383
Black with #581383
Text Example
Text Example
White with #581383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581383; }
p { color: rgb(88,19,131); }
H1.HeaderClassName
{
color: #581383;
}
.AnyTagClassName
{
color: #581383;
}
</style>
background-color css
<style>
a { background-color: #581383; }
a { background-color: rgb(88,19,131); }
div.DivClassName
{
background-color: #581383;
}
.BgClassName
{
background-color: #581383;
}
</style>
border-color css
<style>
span { border-color: #581383; }
span { border-color: rgb(88,19,131); }
td.TdClassName
{
border-color: #581383;
}
.TagClassName
{
border-color: #581383;
}
</style>