#590190

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

Shades of Indigo #590190

Tints of Indigo #590190

Color information

#590190 (or 0x590190) is unknown color: approx Indigo. HEX triplet: 59, 01 and 90. RGB value is (89,1,144). Sum of RGB (Red+Green+Blue) = 89+1+144=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #590190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590190 is #A6FE6F. Grayscale: #2B2B2B. Windows color (decimal): -10944112 or 9437529. OLE color: 9437529.

HSL color Cylindrical-coordinate representation of color #590190: hue angle of 276.92º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590190 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB891144-
CMYK0.380.9900.44
HSL276.92º98.62%28.43%-
HSV(B)276.92º99.31%56.47%-
XYZ9.164.1626.71-
YUV43.61184.65160.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=38.03%
G=0.43%
B=61.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8911440.380.9900.44276.9298.6228.43
Hex59190266302C115631c
Octal13112204614305442514334
Binary101100111001000010011011000110101100100010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590190; }

 p { color: rgb(89,1,144); }

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

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

 a { background-color: rgb(89,1,144); }

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

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

 span { border-color: rgb(89,1,144); }

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