Html Css Color HEX #59119F Indigo

📋 copy color: '#59119F'

red 89 ◦ green 17 ◦ blue 159

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

Shades of Indigo #59119F

Tints of Indigo #59119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60%

R = 33.58%
G = 6.42%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59119F (or 0x59119F) is known color: Indigo. HEX triplet: 59, 11 and 9F. RGB value is (89,17,159). Sum of RGB (Red+Green+Blue) = 89+17+159=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #59119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59119F is #A6EE60. Grayscale: #363636. Windows color (decimal): -10940001 or 10424665. OLE color: 10424665.

HSL color Cylindrical-coordinate representation of color #59119F: hue angle of 270.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59119F is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 17 159 -
CMYK 0.44 0.89 0 0.38
HSL 270.42º 0.81% 0.35% -
HSV(B) 270.42º 0.89% 0.62% -
XYZ 10.58 5.03 33.21 -
YUV 54.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 89 17 159 0.44 0.89 0 0.38 270.42 0.81 0.35
Hex 59 11 9F 2C 59 0 26 10E 51 23
Octal 131 21 237 54 131 0 46 416 121 43
Binary 1011001 10001 10011111 101100 1011001 0 100110 100001110 1010001 100011

Color Harmonies of #59119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59119F

Black with #59119F

Text Example


Text Example

White with #59119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59119F; }

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

 H1.HeaderClassName
 {
   color: #59119F;
 }
 .AnyTagClassName
 {
   color: #59119F;
 }
</style>

background-color css

<style>
 a { background-color: #59119F; }

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

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

border-color css

<style>
 span { border-color: #59119F; }

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

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