Html Css Color HEX #59118C Indigo

📋 copy color: '#59118C'

red 89 ◦ green 17 ◦ blue 140

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

Shades of Indigo #59118C

Tints of Indigo #59118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 36.18%
G = 6.91%
B = 56.91%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59118C (or 0x59118C) is known color: Indigo. HEX triplet: 59, 11 and 8C. RGB value is (89,17,140). Sum of RGB (Red+Green+Blue) = 89+17+140=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #59118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59118C is #A6EE73. Grayscale: #343434. Windows color (decimal): -10940020 or 9179481. OLE color: 9179481.

HSL color Cylindrical-coordinate representation of color #59118C: hue angle of 275.12º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59118C is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 17 140 -
CMYK 0.36 0.88 0 0.45
HSL 275.12º 0.78% 0.31% -
HSV(B) 275.12º 0.88% 0.55% -
XYZ 9.05 4.42 25.19 -
YUV 52.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 89 17 140 0.36 0.88 0 0.45 275.12 0.78 0.31
Hex 59 11 8C 24 58 0 2D 113 4E 1F
Octal 131 21 214 44 130 0 55 423 116 37
Binary 1011001 10001 10001100 100100 1011000 0 101101 100010011 1001110 11111

Color Harmonies of #59118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59118C

Black with #59118C

Text Example


Text Example

White with #59118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59118C; }

 p { color: rgb(89,17,140); }

 H1.HeaderClassName
 {
   color: #59118C;
 }
 .AnyTagClassName
 {
   color: #59118C;
 }
</style>

background-color css

<style>
 a { background-color: #59118C; }

 a { background-color: rgb(89,17,140); }

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

border-color css

<style>
 span { border-color: #59118C; }

 span { border-color: rgb(89,17,140); }

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