#591477

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

Shades of Indigo #591477

Tints of Indigo #591477

Color information

#591477 (or 0x591477) is unknown color: approx Indigo. HEX triplet: 59, 14 and 77. RGB value is (89,20,119). Sum of RGB (Red+Green+Blue) = 89+20+119=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #591477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591477 is #A6EB88. Grayscale: #333333. Windows color (decimal): -10939273 or 7803993. OLE color: 7803993.

HSL color Cylindrical-coordinate representation of color #591477: hue angle of 281.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591477 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8920119-
CMYK0.250.8300.53
HSL281.82º71.22%27.25%-
HSV(B)281.82º83.19%46.67%-
XYZ7.73.9617.81-
YUV51.92165.86154.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=39.04%
G=8.77%
B=52.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89201190.250.8300.53281.8271.2227.25
Hex591477195303511a471b
Octal131241673112306543210733
Binary10110011010011101111100110100110110101100011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591477; }

 p { color: rgb(89,20,119); }

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

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

 a { background-color: rgb(89,20,119); }

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

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

 span { border-color: rgb(89,20,119); }

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