#580D71

Color #580D71 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #580D71

Tints of Indigo #580D71

Color information

#580D71 (or 0x580D71) is unknown color: approx Indigo. HEX triplet: 58, 0D and 71. RGB value is (88,13,113). Sum of RGB (Red+Green+Blue) = 88+13+113=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #580D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D71 is #A7F28E. Grayscale: #2E2E2E. Windows color (decimal): -11006607 or 7408984. OLE color: 7408984.

HSL color Cylindrical-coordinate representation of color #580D71: hue angle of 285º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580D71 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8813113-
CMYK0.220.8800.56
HSL285º79.37%24.71%-
HSV(B)285º88.5%44.31%-
XYZ7.153.5515.93-
YUV46.82165.35157.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=41.12%
G=6.07%
B=52.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88131130.220.8800.5628579.3724.71
Hex58D71165803811d4f19
Octal130151612613007043511731
Binary1011000110111100011011010110000111000100011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580D71; }

 p { color: rgb(88,13,113); }

 H1.HeaderClassName
 {
   color: #580D71;
 }
 .AnyTagClassName
 {
   color: #580D71;
 }
</style>
background-color css

<style>
 a { background-color: #580D71; }

 a { background-color: rgb(88,13,113); }

 div.DivClassName
 {
   background-color: #580D71;
 }
 .BgClassName
 {
   background-color: #580D71;
 }
</style>
border-color css

<style>
 span { border-color: #580D71; }

 span { border-color: rgb(88,13,113); }

 td.TdClassName
 {
   border-color: #580D71;
 }
 .TagClassName
 {
   border-color: #580D71;
 }
</style>