#59138B

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

Shades of Indigo #59138B

Tints of Indigo #59138B

Color information

#59138B (or 0x59138B) is unknown color: approx Indigo. HEX triplet: 59, 13 and 8B. RGB value is (89,19,139). Sum of RGB (Red+Green+Blue) = 89+19+139=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #59138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59138B is #A6EC74. Grayscale: #353535. Windows color (decimal): -10939509 or 9114457. OLE color: 9114457.

HSL color Cylindrical-coordinate representation of color #59138B: hue angle of 275º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #59138B is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8919139-
CMYK0.360.8600.45
HSL275º75.95%30.98%-
HSV(B)275º86.33%54.51%-
XYZ9.014.4524.81-
YUV53.61176.19153.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=36.03%
G=7.69%
B=56.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89191390.360.8600.4527575.9530.98
Hex59138B245602D1134c1f
Octal131232134412605542311437
Binary1011001100111000101110010010101100101101100010011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,19,139); }

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

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

 a { background-color: rgb(89,19,139); }

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

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

 span { border-color: rgb(89,19,139); }

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