#59066E

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

Shades of Indigo #59066E

Tints of Indigo #59066E

Color information

#59066E (or 0x59066E) is unknown color: approx Indigo. HEX triplet: 59, 06 and 6E. RGB value is (89,6,110). Sum of RGB (Red+Green+Blue) = 89+6+110=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #59066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59066E is #A6F991. Grayscale: #2A2A2A. Windows color (decimal): -10942866 or 7210585. OLE color: 7210585.

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

Color convert

RGB896110-
CMYK0.190.9500.57
HSL287.88º89.66%22.75%-
HSV(B)287.88º94.55%43.14%-
XYZ73.3815.04-
YUV42.67166161.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=43.41%
G=2.93%
B=53.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8961100.190.9500.57287.8889.6622.75
Hex5966E135F0391205a17
Octal13161562313707144013227
Binary101100111011011101001110111110111001100100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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