#590670

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

Shades of Indigo #590670

Tints of Indigo #590670

Color information

#590670 (or 0x590670) is unknown color: approx Indigo. HEX triplet: 59, 06 and 70. RGB value is (89,6,112). Sum of RGB (Red+Green+Blue) = 89+6+112=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #590670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590670 is #A6F98F. Grayscale: #2A2A2A. Windows color (decimal): -10942864 or 7341657. OLE color: 7341657.

HSL color Cylindrical-coordinate representation of color #590670: hue angle of 286.98º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590670 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB896112-
CMYK0.210.9500.56
HSL286.98º89.83%23.14%-
HSV(B)286.98º94.64%43.92%-
XYZ7.113.4215.62-
YUV42.9167160.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=43.00%
G=2.90%
B=54.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8961120.210.9500.56286.9889.8323.14
Hex59670155F03811f5a17
Octal13161602513707043713227
Binary101100111011100001010110111110111000100011111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590670; }

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

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

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

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

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

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

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

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