#590474

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

Shades of Indigo #590474

Tints of Indigo #590474

Color information

#590474 (or 0x590474) is unknown color: approx Indigo. HEX triplet: 59, 04 and 74. RGB value is (89,4,116). Sum of RGB (Red+Green+Blue) = 89+4+116=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #590474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590474 is #A6FB8B. Grayscale: #292929. Windows color (decimal): -10943372 or 7603289. OLE color: 7603289.

HSL color Cylindrical-coordinate representation of color #590474: hue angle of 285.54º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590474 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB894116-
CMYK0.230.9700.55
HSL285.54º93.33%23.53%-
HSV(B)285.54º96.55%45.49%-
XYZ7.323.4716.81-
YUV42.18169.66161.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.58%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=42.58%
G=1.91%
B=55.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8941160.230.9700.55285.5493.3323.53
Hex59474176103711e5d18
Octal13141642714106743613530
Binary101100110011101001011111000010110111100011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590474; }

 p { color: rgb(89,4,116); }

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

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

 a { background-color: rgb(89,4,116); }

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

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

 span { border-color: rgb(89,4,116); }

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