#591171

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

Shades of Indigo #591171

Tints of Indigo #591171

Color information

#591171 (or 0x591171) is unknown color: approx Indigo. HEX triplet: 59, 11 and 71. RGB value is (89,17,113). Sum of RGB (Red+Green+Blue) = 89+17+113=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #591171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591171 is #A6EE8E. Grayscale: #313131. Windows color (decimal): -10940047 or 7410009. OLE color: 7410009.

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

Color convert

RGB8917113-
CMYK0.210.8500.56
HSL285º73.85%25.49%-
HSV(B)285º84.96%44.31%-
XYZ7.33.7215.96-
YUV49.47163.85156.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=40.64%
G=7.76%
B=51.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89171130.210.8500.5628573.8525.49
Hex591171155503811d4a19
Octal131211612512507043511231
Binary10110011000111100011010110101010111000100011101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591171; }

 p { color: rgb(89,17,113); }

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

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

 a { background-color: rgb(89,17,113); }

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

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

 span { border-color: rgb(89,17,113); }

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