#59079D

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

Shades of Indigo #59079D

Tints of Indigo #59079D

Color information

#59079D (or 0x59079D) is unknown color: approx Indigo. HEX triplet: 59, 07 and 9D. RGB value is (89,7,157). Sum of RGB (Red+Green+Blue) = 89+7+157=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #59079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59079D is #A6F862. Grayscale: #303030. Windows color (decimal): -10942563 or 10291033. OLE color: 10291033.

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

Color convert

RGB897157-
CMYK0.430.9600.38
HSL272.8º91.46%32.16%-
HSV(B)272.8º95.54%61.57%-
XYZ10.284.7132.27-
YUV48.62189.17156.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 157 (61.72% from 255) = 62.06%
R=35.18%
G=2.77%
B=62.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8971570.430.9600.38272.891.4632.16
Hex5979D2B600261115b20
Octal13172355314004642113340
Binary101100111110011101101011110000001001101000100011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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