#59167A

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

Shades of Indigo #59167A

Tints of Indigo #59167A

Color information

#59167A (or 0x59167A) is unknown color: approx Indigo. HEX triplet: 59, 16 and 7A. RGB value is (89,22,122). Sum of RGB (Red+Green+Blue) = 89+22+122=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #59167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59167A is #A6E985. Grayscale: #353535. Windows color (decimal): -10938758 or 8001113. OLE color: 8001113.

HSL color Cylindrical-coordinate representation of color #59167A: hue angle of 280.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59167A is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8922122-
CMYK0.270.8200.52
HSL280.2º69.44%28.24%-
HSV(B)280.2º81.97%47.84%-
XYZ7.924.118.79-
YUV53.43166.7153.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=38.20%
G=9.44%
B=52.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89221220.270.8200.52280.269.4428.24
Hex59167A1B52034118451c
Octal131261723312206443010534
Binary10110011011011110101101110100100110100100011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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