#590575

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

Shades of Indigo #590575

Tints of Indigo #590575

Color information

#590575 (or 0x590575) is unknown color: approx Indigo. HEX triplet: 59, 05 and 75. RGB value is (89,5,117). Sum of RGB (Red+Green+Blue) = 89+5+117=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #590575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590575 is #A6FA8A. Grayscale: #2A2A2A. Windows color (decimal): -10943115 or 7669081. OLE color: 7669081.

HSL color Cylindrical-coordinate representation of color #590575: hue angle of 285º 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 #590575 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB895117-
CMYK0.240.9600.54
HSL285º91.8%23.92%-
HSV(B)285º95.73%45.88%-
XYZ7.383.5217.12-
YUV42.88169.83160.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=42.18%
G=2.37%
B=55.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8951170.240.9600.5428591.823.92
Hex59575186003611d5c18
Octal13151653014006643513430
Binary101100110111101011100011000000110110100011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590575; }

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

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

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

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

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

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

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

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