#59167C

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

Shades of Indigo #59167C

Tints of Indigo #59167C

Color information

#59167C (or 0x59167C) is unknown color: approx Indigo. HEX triplet: 59, 16 and 7C. RGB value is (89,22,124). Sum of RGB (Red+Green+Blue) = 89+22+124=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #59167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59167C is #A6E983. Grayscale: #353535. Windows color (decimal): -10938756 or 8132185. OLE color: 8132185.

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

Color convert

RGB8922124-
CMYK0.280.8200.51
HSL279.41º69.86%28.63%-
HSV(B)279.41º82.26%48.63%-
XYZ8.044.1519.45-
YUV53.66167.7153.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=37.87%
G=9.36%
B=52.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89221240.280.8200.51279.4169.8628.63
Hex59167C1C52033117461d
Octal131261743412206342710635
Binary10110011011011111001110010100100110011100010111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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