#59126E

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

Shades of Indigo #59126E

Tints of Indigo #59126E

Color information

#59126E (or 0x59126E) is unknown color: approx Indigo. HEX triplet: 59, 12 and 6E. RGB value is (89,18,110). Sum of RGB (Red+Green+Blue) = 89+18+110=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #59126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59126E is #A6ED91. Grayscale: #313131. Windows color (decimal): -10939794 or 7213657. OLE color: 7213657.

HSL color Cylindrical-coordinate representation of color #59126E: hue angle of 286.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59126E is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8918110-
CMYK0.190.8400.57
HSL286.3º71.88%25.1%-
HSV(B)286.3º83.64%43.14%-
XYZ7.153.6815.09-
YUV49.72162.02156.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=41.01%
G=8.29%
B=50.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89181100.190.8400.57286.371.8825.1
Hex59126E135403911e4819
Octal131221562312407143611031
Binary10110011001011011101001110101000111001100011110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59126E; }

 p { color: rgb(89,18,110); }

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

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

 a { background-color: rgb(89,18,110); }

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

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

 span { border-color: rgb(89,18,110); }

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