#580E7C

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

Shades of Indigo #580E7C

Tints of Indigo #580E7C

Color information

#580E7C (or 0x580E7C) is unknown color: approx Indigo. HEX triplet: 58, 0E and 7C. RGB value is (88,14,124). Sum of RGB (Red+Green+Blue) = 88+14+124=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #580E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E7C is #A7F183. Grayscale: #303030. Windows color (decimal): -11006340 or 8130136. OLE color: 8130136.

HSL color Cylindrical-coordinate representation of color #580E7C: hue angle of 280.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580E7C is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8814124-
CMYK0.290.8900.51
HSL280.36º79.71%27.06%-
HSV(B)280.36º88.71%48.63%-
XYZ7.823.8419.4-
YUV48.67170.52156.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=38.94%
G=6.19%
B=54.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88141240.290.8900.51280.3679.7127.06
Hex58E7C1D59033118501b
Octal130161743513106343012033
Binary1011000111011111001110110110010110011100011000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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