Shades of Indigo #580384
Tints of Indigo #580384
RGB
CMYK
RGB Variations
Color information
#580384 (or 0x580384) is known color: Indigo. HEX triplet: 58, 03 and 84. RGB value is (88,3,132). Sum of RGB (Red+Green+Blue) = 88+3+132=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #580384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580384 is #A7FC7B. Grayscale: #2A2A2A. Windows color (decimal): -11009148 or 8651608. OLE color: 8651608.
HSL color Cylindrical-coordinate representation of color #580384: hue angle of 279.53º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580384 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 3 | 132 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.48 |
| HSL | 279.53º | 0.96% | 0.26% | - |
| HSV(B) | 279.53º | 0.98% | 0.52% | - |
| XYZ | 8.22 | 3.81 | 22.13 | - |
| YUV | 43.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 132 | 0.33 | 0.98 | 0 | 0.48 | 279.53 | 0.96 | 0.26 |
| Hex | 58 | 3 | 84 | 21 | 62 | 0 | 30 | 118 | 60 | 1A |
| Octal | 130 | 3 | 204 | 41 | 142 | 0 | 60 | 430 | 140 | 32 |
| Binary | 1011000 | 11 | 10000100 | 100001 | 1100010 | 0 | 110000 | 100011000 | 1100000 | 11010 |
Color Harmonies of #580384
Complementary color
Monochromatic Colors of #580384
Black with #580384
Text Example
Text Example
White with #580384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580384; }
p { color: rgb(88,3,132); }
H1.HeaderClassName
{
color: #580384;
}
.AnyTagClassName
{
color: #580384;
}
</style>
background-color css
<style>
a { background-color: #580384; }
a { background-color: rgb(88,3,132); }
div.DivClassName
{
background-color: #580384;
}
.BgClassName
{
background-color: #580384;
}
</style>
border-color css
<style>
span { border-color: #580384; }
span { border-color: rgb(88,3,132); }
td.TdClassName
{
border-color: #580384;
}
.TagClassName
{
border-color: #580384;
}
</style>