#59139F

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

Shades of Indigo #59139F

Tints of Indigo #59139F

Color information

#59139F (or 0x59139F) is unknown color: approx Indigo. HEX triplet: 59, 13 and 9F. RGB value is (89,19,159). Sum of RGB (Red+Green+Blue) = 89+19+159=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #59139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59139F is #A6EC60. Grayscale: #373737. Windows color (decimal): -10939489 or 10425177. OLE color: 10425177.

HSL color Cylindrical-coordinate representation of color #59139F: hue angle of 270º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59139F is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8919159-
CMYK0.440.8800.38
HSL270º78.65%34.9%-
HSV(B)270º88.05%62.35%-
XYZ10.615.0933.22-
YUV55.89186.19151.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=33.33%
G=7.12%
B=59.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89191590.440.8800.3827078.6534.9
Hex59139F2C5802610e4f23
Octal131232375413004641611743
Binary10110011001110011111101100101100001001101000011101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59139F; }

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

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

<style>
 a { background-color: #59139F; }

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

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

<style>
 span { border-color: #59139F; }

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

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