Html Css Color HEX #59108D Indigo

📋 copy color: '#59108D'

red 89 ◦ green 16 ◦ blue 141

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

Shades of Indigo #59108D

Tints of Indigo #59108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 36.18%
G = 6.5%
B = 57.32%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59108D (or 0x59108D) is known color: Indigo. HEX triplet: 59, 10 and 8D. RGB value is (89,16,141). Sum of RGB (Red+Green+Blue) = 89+16+141=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #59108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59108D is #A6EF72. Grayscale: #333333. Windows color (decimal): -10940275 or 9244761. OLE color: 9244761.

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

Color convert

RGB 89 16 141 -
CMYK 0.37 0.89 0 0.45
HSL 275.04º 0.8% 0.31% -
HSV(B) 275.04º 0.89% 0.55% -
XYZ 9.11 4.42 25.57 -
YUV 52.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 89 16 141 0.37 0.89 0 0.45 275.04 0.8 0.31
Hex 59 10 8D 25 59 0 2D 113 50 1F
Octal 131 20 215 45 131 0 55 423 120 37
Binary 1011001 10000 10001101 100101 1011001 0 101101 100010011 1010000 11111

Color Harmonies of #59108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59108D

Black with #59108D

Text Example


Text Example

White with #59108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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