#590499

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

Shades of Indigo #590499

Tints of Indigo #590499

Color information

#590499 (or 0x590499) is unknown color: approx Indigo. HEX triplet: 59, 04 and 99. RGB value is (89,4,153). Sum of RGB (Red+Green+Blue) = 89+4+153=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #590499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590499 is #A6FB66. Grayscale: #2D2D2D. Windows color (decimal): -10943335 or 10028121. OLE color: 10028121.

HSL color Cylindrical-coordinate representation of color #590499: hue angle of 274.23º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590499 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB894153-
CMYK0.420.9700.4
HSL274.23º94.9%30.78%-
HSV(B)274.23º97.39%60%-
XYZ9.914.5130.49-
YUV46.4188.16158.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.18%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=36.18%
G=1.63%
B=62.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8941530.420.9700.4274.2394.930.78
Hex594992A610281125f1f
Octal13142315214105042213737
Binary10110011001001100110101011000010101000100010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590499; }

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

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

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

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

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

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

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

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