#580E9B

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

Shades of Indigo #580E9B

Tints of Indigo #580E9B

Color information

#580E9B (or 0x580E9B) is unknown color: approx Indigo. HEX triplet: 58, 0E and 9B. RGB value is (88,14,155). Sum of RGB (Red+Green+Blue) = 88+14+155=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #580E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E9B is #A7F164. Grayscale: #333333. Windows color (decimal): -11006309 or 10161752. OLE color: 10161752.

HSL color Cylindrical-coordinate representation of color #580E9B: hue angle of 271.49º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580E9B is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8814155-
CMYK0.430.9100.39
HSL271.49º83.43%33.14%-
HSV(B)271.49º90.97%60.78%-
XYZ10.14.7631.4-
YUV52.2186.02153.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=34.24%
G=5.45%
B=60.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88141550.430.9100.39271.4983.4333.14
Hex58E9B2B5B02710f5321
Octal130162335313304741712341
Binary1011000111010011011101011101101101001111000011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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