#59097F

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

Shades of Indigo #59097F

Tints of Indigo #59097F

Color information

#59097F (or 0x59097F) is unknown color: approx Indigo. HEX triplet: 59, 09 and 7F. RGB value is (89,9,127). Sum of RGB (Red+Green+Blue) = 89+9+127=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #59097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59097F is #A6F680. Grayscale: #2D2D2D. Windows color (decimal): -10942081 or 8325465. OLE color: 8325465.

HSL color Cylindrical-coordinate representation of color #59097F: hue angle of 280.68º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59097F is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB899127-
CMYK0.300.9300.50
HSL280.68º86.76%26.67%-
HSV(B)280.68º92.91%49.8%-
XYZ8.053.8520.4-
YUV46.37173.5158.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 127 (50% from 255) = 56.44%
R=39.56%
G=4%
B=56.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8991270.300.9300.50280.6886.7626.67
Hex5997F1E5D032119571b
Octal131111773613506243112733
Binary1011001100111111111111010111010110010100011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,9,127); }

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

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

 a { background-color: rgb(89,9,127); }

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

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

 span { border-color: rgb(89,9,127); }

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