Html Css Color HEX #59118B Indigo

📋 copy color: '#59118B'

red 89 ◦ green 17 ◦ blue 139

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

Shades of Indigo #59118B

Tints of Indigo #59118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 36.33%
G = 6.94%
B = 56.73%

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

#59118B (or 0x59118B) is known color: Indigo. HEX triplet: 59, 11 and 8B. RGB value is (89,17,139). Sum of RGB (Red+Green+Blue) = 89+17+139=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #59118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59118B is #A6EE74. Grayscale: #343434. Windows color (decimal): -10940021 or 9113945. OLE color: 9113945.

HSL color Cylindrical-coordinate representation of color #59118B: hue angle of 275.41º 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 #59118B is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 17 139 -
CMYK 0.36 0.88 0 0.45
HSL 275.41º 0.78% 0.31% -
HSV(B) 275.41º 0.88% 0.55% -
XYZ 8.98 4.39 24.8 -
YUV 52.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 89 17 139 0.36 0.88 0 0.45 275.41 0.78 0.31
Hex 59 11 8B 24 58 0 2D 113 4E 1F
Octal 131 21 213 44 130 0 55 423 116 37
Binary 1011001 10001 10001011 100100 1011000 0 101101 100010011 1001110 11111

Color Harmonies of #59118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59118B

Black with #59118B

Text Example


Text Example

White with #59118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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