#59159F

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

Shades of Indigo #59159F

Tints of Indigo #59159F

Color information

#59159F (or 0x59159F) is unknown color: approx Indigo. HEX triplet: 59, 15 and 9F. RGB value is (89,21,159). Sum of RGB (Red+Green+Blue) = 89+21+159=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #59159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59159F is #A6EA60. Grayscale: #383838. Windows color (decimal): -10938977 or 10425689. OLE color: 10425689.

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

Color convert

RGB8921159-
CMYK0.440.8700.38
HSL269.57º76.67%35.29%-
HSV(B)269.57º86.79%62.35%-
XYZ10.655.1633.24-
YUV57.06185.53150.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=33.09%
G=7.81%
B=59.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89211590.440.8700.38269.5776.6735.29
Hex59159F2C5702610e4d23
Octal131252375412704641611543
Binary10110011010110011111101100101011101001101000011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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