Html Css Color HEX #59118F Indigo

📋 copy color: '#59118F'

red 89 ◦ green 17 ◦ blue 143

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

Shades of Indigo #59118F

Tints of Indigo #59118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.43%

R = 35.74%
G = 6.83%
B = 57.43%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59118F (or 0x59118F) is known color: Indigo. HEX triplet: 59, 11 and 8F. RGB value is (89,17,143). Sum of RGB (Red+Green+Blue) = 89+17+143=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #59118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59118F is #A6EE70. Grayscale: #343434. Windows color (decimal): -10940017 or 9376089. OLE color: 9376089.

HSL color Cylindrical-coordinate representation of color #59118F: hue angle of 274.29º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59118F is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 17 143 -
CMYK 0.38 0.88 0 0.44
HSL 274.29º 0.79% 0.31% -
HSV(B) 274.29º 0.88% 0.56% -
XYZ 9.28 4.51 26.37 -
YUV 52.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 89 17 143 0.38 0.88 0 0.44 274.29 0.79 0.31
Hex 59 11 8F 26 58 0 2C 112 4F 1F
Octal 131 21 217 46 130 0 54 422 117 37
Binary 1011001 10001 10001111 100110 1011000 0 101100 100010010 1001111 11111

Color Harmonies of #59118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59118F

Black with #59118F

Text Example


Text Example

White with #59118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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