Html Css Color HEX #59126F Indigo

📋 copy color: '#59126F'

red 89 ◦ green 18 ◦ blue 111

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

Shades of Indigo #59126F

Tints of Indigo #59126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 40.83%
G = 8.26%
B = 50.92%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59126F (or 0x59126F) is known color: Indigo. HEX triplet: 59, 12 and 6F. RGB value is (89,18,111). Sum of RGB (Red+Green+Blue) = 89+18+111=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #59126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59126F is #A6ED90. Grayscale: #313131. Windows color (decimal): -10939793 or 7279193. OLE color: 7279193.

HSL color Cylindrical-coordinate representation of color #59126F: hue angle of 285.81º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59126F is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 18 111 -
CMYK 0.20 0.84 0 0.56
HSL 285.81º 0.72% 0.25% -
HSV(B) 285.81º 0.84% 0.44% -
XYZ 7.21 3.7 15.37 -
YUV 49.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 89 18 111 0.20 0.84 0 0.56 285.81 0.72 0.25
Hex 59 12 6F 14 54 0 38 11E 48 19
Octal 131 22 157 24 124 0 70 436 110 31
Binary 1011001 10010 1101111 10100 1010100 0 111000 100011110 1001000 11001

Color Harmonies of #59126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59126F

Black with #59126F

Text Example


Text Example

White with #59126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,18,111); }

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

background-color css

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

 a { background-color: rgb(89,18,111); }

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

border-color css

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

 span { border-color: rgb(89,18,111); }

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