#591986

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

Shades of Indigo #591986

Tints of Indigo #591986

Color information

#591986 (or 0x591986) is unknown color: approx Indigo. HEX triplet: 59, 19 and 86. RGB value is (89,25,134). Sum of RGB (Red+Green+Blue) = 89+25+134=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #591986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591986 is #A6E679. Grayscale: #383838. Windows color (decimal): -10937978 or 8788313. OLE color: 8788313.

HSL color Cylindrical-coordinate representation of color #591986: hue angle of 275.23º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591986 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8925134-
CMYK0.340.8100.47
HSL275.23º68.55%31.18%-
HSV(B)275.23º81.34%52.55%-
XYZ8.774.5422.97-
YUV56.56171.7151.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 134 (52.73% from 255) = 54.03%
R=35.89%
G=10.08%
B=54.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89251340.340.8100.47275.2368.5531.18
Hex591986225102F113451f
Octal131312064212105742310537
Binary1011001110011000011010001010100010101111100010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591986; }

 p { color: rgb(89,25,134); }

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

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

 a { background-color: rgb(89,25,134); }

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

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

 span { border-color: rgb(89,25,134); }

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