Shades of Indigo #580382
Tints of Indigo #580382
RGB
CMYK
RGB Variations
Color information
#580382 (or 0x580382) is known color: Indigo. HEX triplet: 58, 03 and 82. RGB value is (88,3,130). Sum of RGB (Red+Green+Blue) = 88+3+130=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #580382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580382 is #A7FC7D. Grayscale: #2A2A2A. Windows color (decimal): -11009150 or 8520536. OLE color: 8520536.
HSL color Cylindrical-coordinate representation of color #580382: hue angle of 280.16º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580382 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 3 | 130 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.49 |
| HSL | 280.16º | 0.95% | 0.26% | - |
| HSV(B) | 280.16º | 0.98% | 0.51% | - |
| XYZ | 8.09 | 3.75 | 21.42 | - |
| YUV | 42.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 130 | 0.32 | 0.98 | 0 | 0.49 | 280.16 | 0.95 | 0.26 |
| Hex | 58 | 3 | 82 | 20 | 62 | 0 | 31 | 118 | 5F | 1A |
| Octal | 130 | 3 | 202 | 40 | 142 | 0 | 61 | 430 | 137 | 32 |
| Binary | 1011000 | 11 | 10000010 | 100000 | 1100010 | 0 | 110001 | 100011000 | 1011111 | 11010 |
Color Harmonies of #580382
Complementary color
Monochromatic Colors of #580382
Black with #580382
Text Example
Text Example
White with #580382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580382; }
p { color: rgb(88,3,130); }
H1.HeaderClassName
{
color: #580382;
}
.AnyTagClassName
{
color: #580382;
}
</style>
background-color css
<style>
a { background-color: #580382; }
a { background-color: rgb(88,3,130); }
div.DivClassName
{
background-color: #580382;
}
.BgClassName
{
background-color: #580382;
}
</style>
border-color css
<style>
span { border-color: #580382; }
span { border-color: rgb(88,3,130); }
td.TdClassName
{
border-color: #580382;
}
.TagClassName
{
border-color: #580382;
}
</style>