#59199D

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

Shades of Indigo #59199D

Tints of Indigo #59199D

Color information

#59199D (or 0x59199D) is unknown color: approx Indigo. HEX triplet: 59, 19 and 9D. RGB value is (89,25,157). Sum of RGB (Red+Green+Blue) = 89+25+157=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #59199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59199D is #A6E662. Grayscale: #3A3A3A. Windows color (decimal): -10937955 or 10295641. OLE color: 10295641.

HSL color Cylindrical-coordinate representation of color #59199D: hue angle of 269.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59199D is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8925157-
CMYK0.430.8400.38
HSL269.09º72.53%35.69%-
HSV(B)269.09º84.08%61.57%-
XYZ10.555.2532.36-
YUV59.18183.2149.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.84%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=32.84%
G=9.23%
B=57.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89251570.430.8400.38269.0972.5335.69
Hex59199D2B5402610d4924
Octal131312355312404641511144
Binary10110011100110011101101011101010001001101000011011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59199D; }

 p { color: rgb(89,25,157); }

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

<style>
 a { background-color: #59199D; }

 a { background-color: rgb(89,25,157); }

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

<style>
 span { border-color: #59199D; }

 span { border-color: rgb(89,25,157); }

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