#59127C

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

Shades of Indigo #59127C

Tints of Indigo #59127C

Color information

#59127C (or 0x59127C) is unknown color: approx Indigo. HEX triplet: 59, 12 and 7C. RGB value is (89,18,124). Sum of RGB (Red+Green+Blue) = 89+18+124=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #59127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59127C is #A6ED83. Grayscale: #323232. Windows color (decimal): -10939780 or 8131161. OLE color: 8131161.

HSL color Cylindrical-coordinate representation of color #59127C: hue angle of 280.19º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59127C is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8918124-
CMYK0.280.8500.51
HSL280.19º74.65%27.84%-
HSV(B)280.19º85.48%48.63%-
XYZ7.974.0119.42-
YUV51.31169.02154.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=38.53%
G=7.79%
B=53.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89181240.280.8500.51280.1974.6527.84
Hex59127C1C550331184b1c
Octal131221743412506343011334
Binary10110011001011111001110010101010110011100011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59127C; }

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

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

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

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

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

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

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

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