#590A85

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

Shades of Indigo #590A85

Tints of Indigo #590A85

Color information

#590A85 (or 0x590A85) is unknown color: approx Indigo. HEX triplet: 59, 0A and 85. RGB value is (89,10,133). Sum of RGB (Red+Green+Blue) = 89+10+133=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #590A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590A85 is #A6F57A. Grayscale: #2F2F2F. Windows color (decimal): -10941819 or 8718937. OLE color: 8718937.

HSL color Cylindrical-coordinate representation of color #590A85: hue angle of 278.54º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590A85 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8910133-
CMYK0.330.9200.48
HSL278.54º86.01%28.04%-
HSV(B)278.54º92.48%52.16%-
XYZ8.464.0322.52-
YUV47.64176.17157.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=38.36%
G=4.31%
B=57.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89101330.330.9200.48278.5486.0128.04
Hex59A85215C030117561c
Octal131122054113406042712634
Binary101100110101000010110000110111000110000100010111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590A85; }

 p { color: rgb(89,10,133); }

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

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

 a { background-color: rgb(89,10,133); }

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

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

 span { border-color: rgb(89,10,133); }

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