#590578

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

Shades of Indigo #590578

Tints of Indigo #590578

Color information

#590578 (or 0x590578) is unknown color: approx Indigo. HEX triplet: 59, 05 and 78. RGB value is (89,5,120). Sum of RGB (Red+Green+Blue) = 89+5+120=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #590578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590578 is #A6FA87. Grayscale: #2A2A2A. Windows color (decimal): -10943112 or 7865689. OLE color: 7865689.

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

Color convert

RGB895120-
CMYK0.260.9600.53
HSL283.83º92%24.51%-
HSV(B)283.83º95.83%47.06%-
XYZ7.563.5918.06-
YUV43.23171.33160.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=41.59%
G=2.34%
B=56.07%

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
Decimal8951200.260.9600.53283.839224.51
Hex595781A6003511c5c19
Octal13151703214006543413431
Binary101100110111110001101011000000110101100011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590578; }

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

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

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

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

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

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

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

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