#580E78

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

Shades of Indigo #580E78

Tints of Indigo #580E78

Color information

#580E78 (or 0x580E78) is unknown color: approx Indigo. HEX triplet: 58, 0E and 78. RGB value is (88,14,120). Sum of RGB (Red+Green+Blue) = 88+14+120=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #580E78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E78 is #A7F187. Grayscale: #2F2F2F. Windows color (decimal): -11006344 or 7867992. OLE color: 7867992.

HSL color Cylindrical-coordinate representation of color #580E78: hue angle of 281.89º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580E78 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8814120-
CMYK0.270.8800.53
HSL281.89º79.1%26.27%-
HSV(B)281.89º88.33%47.06%-
XYZ7.573.7418.09-
YUV48.21168.52156.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=39.64%
G=6.31%
B=54.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88141200.270.8800.53281.8979.126.27
Hex58E781B5803511a4f1a
Octal130161703313006543211732
Binary1011000111011110001101110110000110101100011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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