#591A81

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

Shades of Indigo #591A81

Tints of Indigo #591A81

Color information

#591A81 (or 0x591A81) is unknown color: approx Indigo. HEX triplet: 59, 1A and 81. RGB value is (89,26,129). Sum of RGB (Red+Green+Blue) = 89+26+129=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #591A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A81 is #A6E57E. Grayscale: #383838. Windows color (decimal): -10937727 or 8460889. OLE color: 8460889.

HSL color Cylindrical-coordinate representation of color #591A81: hue angle of 276.7º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591A81 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8926129-
CMYK0.310.8000.49
HSL276.7º66.45%30.39%-
HSV(B)276.7º79.84%50.59%-
XYZ8.454.4521.18-
YUV56.58168.87151.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 129 (50.78% from 255) = 52.87%
R=36.48%
G=10.66%
B=52.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89261290.310.8000.49276.766.4530.39
Hex591A811F50031115421e
Octal131322013712006142510236
Binary101100111010100000011111110100000110001100010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A81; }

 p { color: rgb(89,26,129); }

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

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

 a { background-color: rgb(89,26,129); }

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

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

 span { border-color: rgb(89,26,129); }

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