Html Css Color HEX #59009E Indigo

📋 copy color: '#59009E'

red 89 ◦ green 0 ◦ blue 158

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

Shades of Indigo #59009E

Tints of Indigo #59009E

RGB

 RED value IS 89 (35.16% from 255) = 36.03%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 36.03%
G = 0%
B = 63.97%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59009E (or 0x59009E) is known color: Indigo. HEX triplet: 59, 00 and 9E. RGB value is (89,0,158). Sum of RGB (Red+Green+Blue) = 89+0+158=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #59009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59009E is #A6FF61. Grayscale: #2C2C2C. Windows color (decimal): -10944354 or 10354777. OLE color: 10354777.

HSL color Cylindrical-coordinate representation of color #59009E: hue angle of 273.8º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59009E is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 0 158 -
CMYK 0.44 1 0 0.38
HSL 273.8º 1% 0.31% -
HSV(B) 273.8º 1% 0.62% -
XYZ 10.29 4.59 32.69 -
YUV 44.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 89 0 158 0.44 1 0 0.38 273.8 1 0.31
Hex 59 0 9E 2C 64 0 26 112 64 1F
Octal 131 0 236 54 144 0 46 422 144 37
Binary 1011001 0 10011110 101100 1100100 0 100110 100010010 1100100 11111

Color Harmonies of #59009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59009E

Black with #59009E

Text Example


Text Example

White with #59009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59009E;
 }
 .AnyTagClassName
 {
   color: #59009E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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