#580E72

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

Shades of Indigo #580E72

Tints of Indigo #580E72

Color information

#580E72 (or 0x580E72) is unknown color: approx Indigo. HEX triplet: 58, 0E and 72. RGB value is (88,14,114). Sum of RGB (Red+Green+Blue) = 88+14+114=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #580E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E72 is #A7F18D. Grayscale: #2F2F2F. Windows color (decimal): -11006350 or 7474776. OLE color: 7474776.

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

Color convert

RGB8814114-
CMYK0.230.8800.55
HSL284.4º78.12%25.1%-
HSV(B)284.4º87.72%44.71%-
XYZ7.223.616.23-
YUV47.53165.52156.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=40.74%
G=6.48%
B=52.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88141140.230.8800.55284.478.1225.1
Hex58E72175803711c4e19
Octal130161622713006743411631
Binary1011000111011100101011110110000110111100011100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,14,114); }

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

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

 a { background-color: rgb(88,14,114); }

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

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

 span { border-color: rgb(88,14,114); }

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