Html Css Color HEX #59136F Indigo

📋 copy color: '#59136F'

red 89 ◦ green 19 ◦ blue 111

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

Shades of Indigo #59136F

Tints of Indigo #59136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 40.64%
G = 8.68%
B = 50.68%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59136F (or 0x59136F) is known color: Indigo. HEX triplet: 59, 13 and 6F. RGB value is (89,19,111). Sum of RGB (Red+Green+Blue) = 89+19+111=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #59136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59136F is #A6EC90. Grayscale: #323232. Windows color (decimal): -10939537 or 7279449. OLE color: 7279449.

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

Color convert

RGB 89 19 111 -
CMYK 0.20 0.83 0 0.56
HSL 285.65º 0.71% 0.25% -
HSV(B) 285.65º 0.83% 0.44% -
XYZ 7.22 3.74 15.38 -
YUV 50.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 89 19 111 0.20 0.83 0 0.56 285.65 0.71 0.25
Hex 59 13 6F 14 53 0 38 11E 47 19
Octal 131 23 157 24 123 0 70 436 107 31
Binary 1011001 10011 1101111 10100 1010011 0 111000 100011110 1000111 11001

Color Harmonies of #59136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59136F

Black with #59136F

Text Example


Text Example

White with #59136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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