#590394

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

Shades of Indigo #590394

Tints of Indigo #590394

Color information

#590394 (or 0x590394) is unknown color: approx Indigo. HEX triplet: 59, 03 and 94. RGB value is (89,3,148). Sum of RGB (Red+Green+Blue) = 89+3+148=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #590394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590394 is #A6FC6B. Grayscale: #2C2C2C. Windows color (decimal): -10943596 or 9700185. OLE color: 9700185.

HSL color Cylindrical-coordinate representation of color #590394: hue angle of 275.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590394 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB893148-
CMYK0.400.9800.42
HSL275.59º96.03%29.61%-
HSV(B)275.59º97.97%58.04%-
XYZ9.54.3328.35-
YUV45.24185.99159.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=37.08%
G=1.25%
B=61.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8931480.400.9800.42275.5996.0329.61
Hex59394286202A114601e
Octal13132245014205242414036
Binary1011001111001010010100011000100101010100010100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590394; }

 p { color: rgb(89,3,148); }

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

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

 a { background-color: rgb(89,3,148); }

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

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

 span { border-color: rgb(89,3,148); }

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