#59009A

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

Shades of Indigo #59009A

Tints of Indigo #59009A

Color information

#59009A (or 0x59009A) is unknown color: approx Indigo. HEX triplet: 59, 00 and 9A. RGB value is (89,0,154). Sum of RGB (Red+Green+Blue) = 89+0+154=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #59009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59009A is #A6FF65. Grayscale: #2B2B2B. Windows color (decimal): -10944358 or 10092633. OLE color: 10092633.

HSL color Cylindrical-coordinate representation of color #59009A: hue angle of 274.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59009A is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB890154-
CMYK0.42100.40
HSL274.68º100%30.2%-
HSV(B)274.68º100%60.39%-
XYZ9.954.4630.91-
YUV44.17189.99159.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=36.63%
G=0%
B=63.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8901540.42100.40274.6810030.2
Hex5909A2A64028113641e
Octal13102325214405042314436
Binary101100101001101010101011001000101000100010011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59009A; }

 p { color: rgb(89,0,154); }

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

<style>
 a { background-color: #59009A; }

 a { background-color: rgb(89,0,154); }

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

<style>
 span { border-color: #59009A; }

 span { border-color: rgb(89,0,154); }

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