#580577

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

Shades of Indigo #580577

Tints of Indigo #580577

Color information

#580577 (or 0x580577) is unknown color: approx Indigo. HEX triplet: 58, 05 and 77. RGB value is (88,5,119). Sum of RGB (Red+Green+Blue) = 88+5+119=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #580577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580577 is #A7FA88. Grayscale: #2A2A2A. Windows color (decimal): -11008649 or 7800152. OLE color: 7800152.

HSL color Cylindrical-coordinate representation of color #580577: hue angle of 283.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580577 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB885119-
CMYK0.260.9600.53
HSL283.68º91.94%24.31%-
HSV(B)283.68º95.8%46.67%-
XYZ7.413.5217.74-
YUV42.81171160.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=41.51%
G=2.36%
B=56.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8851190.260.9600.53283.6891.9424.31
Hex585771A6003511c5c18
Octal13051673214006543413430
Binary101100010111101111101011000000110101100011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580577; }

 p { color: rgb(88,5,119); }

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

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

 a { background-color: rgb(88,5,119); }

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

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

 span { border-color: rgb(88,5,119); }

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