#590A75

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

Shades of Indigo #590A75

Tints of Indigo #590A75

Color information

#590A75 (or 0x590A75) is unknown color: approx Indigo. HEX triplet: 59, 0A and 75. RGB value is (89,10,117). Sum of RGB (Red+Green+Blue) = 89+10+117=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #590A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590A75 is #A6F58A. Grayscale: #2D2D2D. Windows color (decimal): -10941835 or 7670361. OLE color: 7670361.

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

Color convert

RGB8910117-
CMYK0.240.9100.54
HSL284.3º84.25%24.9%-
HSV(B)284.3º91.45%45.88%-
XYZ7.443.6317.14-
YUV45.82168.17158.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=41.20%
G=4.63%
B=54.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89101170.240.9100.54284.384.2524.9
Hex59A75185B03611c5419
Octal131121653013306643412431
Binary1011001101011101011100010110110110110100011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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