#590986

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

Shades of Indigo #590986

Tints of Indigo #590986

Color information

#590986 (or 0x590986) is unknown color: approx Indigo. HEX triplet: 59, 09 and 86. RGB value is (89,9,134). Sum of RGB (Red+Green+Blue) = 89+9+134=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #590986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590986 is #A6F679. Grayscale: #2E2E2E. Windows color (decimal): -10942074 or 8784217. OLE color: 8784217.

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

Color convert

RGB899134-
CMYK0.340.9300.47
HSL278.4º87.41%28.04%-
HSV(B)278.4º93.28%52.55%-
XYZ8.524.0422.89-
YUV47.17177157.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=38.36%
G=3.88%
B=57.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8991340.340.9300.47278.487.4128.04
Hex59986225D02F116571c
Octal131112064213505742612734
Binary101100110011000011010001010111010101111100010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590986; }

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

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

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

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

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

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

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

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