#580E70

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

Shades of Indigo #580E70

Tints of Indigo #580E70

Color information

#580E70 (or 0x580E70) is unknown color: approx Indigo. HEX triplet: 58, 0E and 70. RGB value is (88,14,112). Sum of RGB (Red+Green+Blue) = 88+14+112=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #580E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E70 is #A7F18F. Grayscale: #2E2E2E. Windows color (decimal): -11006352 or 7343704. OLE color: 7343704.

HSL color Cylindrical-coordinate representation of color #580E70: hue angle of 285.31º degrees, saturation: 0.78, 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 #580E70 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8814112-
CMYK0.210.8800.56
HSL285.31º77.78%24.71%-
HSV(B)285.31º87.5%43.92%-
XYZ7.113.5615.64-
YUV47.3164.52157.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 14 (5.86% from 255) = 6.54%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=41.12%
G=6.54%
B=52.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88141120.210.8800.56285.3177.7824.71
Hex58E70155803811d4e19
Octal130161602513007043511631
Binary1011000111011100001010110110000111000100011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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