#59159E

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

Shades of Indigo #59159E

Tints of Indigo #59159E

Color information

#59159E (or 0x59159E) is unknown color: approx Indigo. HEX triplet: 59, 15 and 9E. RGB value is (89,21,158). Sum of RGB (Red+Green+Blue) = 89+21+158=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #59159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59159E is #A6EA61. Grayscale: #383838. Windows color (decimal): -10938978 or 10360153. OLE color: 10360153.

HSL color Cylindrical-coordinate representation of color #59159E: hue angle of 269.78º 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 #59159E is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8921158-
CMYK0.440.8700.38
HSL269.78º76.54%35.1%-
HSV(B)269.78º86.71%61.96%-
XYZ10.565.1332.78-
YUV56.95185.03150.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=33.21%
G=7.84%
B=58.96%

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
Decimal89211580.440.8700.38269.7876.5435.1
Hex59159E2C5702610e4d23
Octal131252365412704641611543
Binary10110011010110011110101100101011101001101000011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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