#590675

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

Shades of Indigo #590675

Tints of Indigo #590675

Color information

#590675 (or 0x590675) is unknown color: approx Indigo. HEX triplet: 59, 06 and 75. RGB value is (89,6,117). Sum of RGB (Red+Green+Blue) = 89+6+117=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #590675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590675 is #A6F98A. Grayscale: #2B2B2B. Windows color (decimal): -10942859 or 7669337. OLE color: 7669337.

HSL color Cylindrical-coordinate representation of color #590675: hue angle of 284.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590675 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB896117-
CMYK0.240.9500.54
HSL284.86º90.24%24.12%-
HSV(B)284.86º94.87%45.88%-
XYZ7.43.5417.12-
YUV43.47169.5160.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=41.98%
G=2.83%
B=55.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8961170.240.9500.54284.8690.2424.12
Hex59675185F03611d5a18
Octal13161653013706643513230
Binary101100111011101011100010111110110110100011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590675; }

 p { color: rgb(89,6,117); }

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

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

 a { background-color: rgb(89,6,117); }

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

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

 span { border-color: rgb(89,6,117); }

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