#580D73

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

Shades of Indigo #580D73

Tints of Indigo #580D73

Color information

#580D73 (or 0x580D73) is unknown color: approx Indigo. HEX triplet: 58, 0D and 73. RGB value is (88,13,115). Sum of RGB (Red+Green+Blue) = 88+13+115=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #580D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D73 is #A7F28C. Grayscale: #2E2E2E. Windows color (decimal): -11006605 or 7540056. OLE color: 7540056.

HSL color Cylindrical-coordinate representation of color #580D73: hue angle of 284.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580D73 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8813115-
CMYK0.230.8900.55
HSL284.12º79.69%25.1%-
HSV(B)284.12º88.7%45.1%-
XYZ7.263.616.53-
YUV47.05166.35157.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=40.74%
G=6.02%
B=53.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88131150.230.8900.55284.1279.6925.1
Hex58D73175903711c5019
Octal130151632713106743412031
Binary1011000110111100111011110110010110111100011100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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