#580575

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

Shades of Indigo #580575

Tints of Indigo #580575

Color information

#580575 (or 0x580575) is unknown color: approx Indigo. HEX triplet: 58, 05 and 75. RGB value is (88,5,117). Sum of RGB (Red+Green+Blue) = 88+5+117=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #580575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580575 is #A7FA8A. Grayscale: #2A2A2A. Windows color (decimal): -11008651 or 7669080. OLE color: 7669080.

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

Color convert

RGB885117-
CMYK0.250.9600.54
HSL284.46º91.8%23.92%-
HSV(B)284.46º95.73%45.88%-
XYZ7.293.4717.11-
YUV42.58170160.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=41.90%
G=2.38%
B=55.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8851170.250.9600.54284.4691.823.92
Hex58575196003611c5c18
Octal13051653114006643413430
Binary101100010111101011100111000000110110100011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580575; }

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

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

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

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

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

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

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

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