#590486

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

Shades of Indigo #590486

Tints of Indigo #590486

Color information

#590486 (or 0x590486) is unknown color: approx Indigo. HEX triplet: 59, 04 and 86. RGB value is (89,4,134). Sum of RGB (Red+Green+Blue) = 89+4+134=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #590486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590486 is #A6FB79. Grayscale: #2B2B2B. Windows color (decimal): -10943354 or 8782937. OLE color: 8782937.

HSL color Cylindrical-coordinate representation of color #590486: hue angle of 279.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590486 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB894134-
CMYK0.340.9700.47
HSL279.23º94.2%27.06%-
HSV(B)279.23º97.01%52.55%-
XYZ8.473.9322.87-
YUV44.24178.66159.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.21%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 134 (52.73% from 255) = 59.03%
R=39.21%
G=1.76%
B=59.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8941340.340.9700.47279.2394.227.06
Hex59486226102F1175e1b
Octal13142064214105742713633
Binary10110011001000011010001011000010101111100010111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590486; }

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

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

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

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

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

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

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

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