Html Css Color HEX #59108E Indigo

📋 copy color: '#59108E'

red 89 ◦ green 16 ◦ blue 142

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

Shades of Indigo #59108E

Tints of Indigo #59108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 36.03%
G = 6.48%
B = 57.49%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59108E (or 0x59108E) is known color: Indigo. HEX triplet: 59, 10 and 8E. RGB value is (89,16,142). Sum of RGB (Red+Green+Blue) = 89+16+142=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #59108E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59108E is #A6EF71. Grayscale: #333333. Windows color (decimal): -10940274 or 9310297. OLE color: 9310297.

HSL color Cylindrical-coordinate representation of color #59108E: hue angle of 274.76º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59108E is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 16 142 -
CMYK 0.37 0.89 0 0.44
HSL 274.76º 0.8% 0.31% -
HSV(B) 274.76º 0.89% 0.56% -
XYZ 9.19 4.45 25.97 -
YUV 52.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 89 16 142 0.37 0.89 0 0.44 274.76 0.8 0.31
Hex 59 10 8E 25 59 0 2C 113 50 1F
Octal 131 20 216 45 131 0 54 423 120 37
Binary 1011001 10000 10001110 100101 1011001 0 101100 100010011 1010000 11111

Color Harmonies of #59108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59108E

Black with #59108E

Text Example


Text Example

White with #59108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,16,142); }

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

background-color css

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

 a { background-color: rgb(89,16,142); }

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

border-color css

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

 span { border-color: rgb(89,16,142); }

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