Html Css Color HEX #59009A Indigo

📋 copy color: '#59009A'

red 89 ◦ green 0 ◦ blue 154

#59009A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #59009A

Tints of Indigo #59009A

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 value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59009A (or 0x59009A) is known color: 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

RGB 89 0 154 -
CMYK 0.42 1 0 0.40
HSL 274.68º 1% 0.3% -
HSV(B) 274.68º 1% 0.6% -
XYZ 9.95 4.46 30.91 -
YUV 44.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 89 0 154 0.42 1 0 0.40 274.68 1 0.3
Hex 59 0 9A 2A 64 0 28 113 64 1E
Octal 131 0 232 52 144 0 50 423 144 36
Binary 1011001 0 10011010 101010 1100100 0 101000 100010011 1100100 11110

Color Harmonies of #59009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59009A

Black with #59009A

Text Example


Text Example

White with #59009A

Text Example


Text Example

HTML Codes & Css Web 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>