#59157B

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

Shades of Indigo #59157B

Tints of Indigo #59157B

Color information

#59157B (or 0x59157B) is unknown color: approx Indigo. HEX triplet: 59, 15 and 7B. RGB value is (89,21,123). Sum of RGB (Red+Green+Blue) = 89+21+123=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #59157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59157B is #A6EA84. Grayscale: #343434. Windows color (decimal): -10939013 or 8066393. OLE color: 8066393.

HSL color Cylindrical-coordinate representation of color #59157B: hue angle of 280º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59157B is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8921123-
CMYK0.280.8300.52
HSL280º70.83%28.24%-
HSV(B)280º82.93%48.24%-
XYZ7.964.0919.11-
YUV52.96167.53153.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=38.20%
G=9.01%
B=52.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89211230.280.8300.5228070.8328.24
Hex59157B1C53034118471c
Octal131251733412306443010734
Binary10110011010111110111110010100110110100100011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59157B; }

 p { color: rgb(89,21,123); }

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

<style>
 a { background-color: #59157B; }

 a { background-color: rgb(89,21,123); }

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

<style>
 span { border-color: #59157B; }

 span { border-color: rgb(89,21,123); }

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