Html Css Color HEX #59138D Indigo

📋 copy color: '#59138D'

red 89 ◦ green 19 ◦ blue 141

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

Shades of Indigo #59138D

Tints of Indigo #59138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 35.74%
G = 7.63%
B = 56.63%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59138D (or 0x59138D) is known color: Indigo. HEX triplet: 59, 13 and 8D. RGB value is (89,19,141). Sum of RGB (Red+Green+Blue) = 89+19+141=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #59138D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59138D is #A6EC72. Grayscale: #353535. Windows color (decimal): -10939507 or 9245529. OLE color: 9245529.

HSL color Cylindrical-coordinate representation of color #59138D: hue angle of 274.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59138D is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 19 141 -
CMYK 0.37 0.87 0 0.45
HSL 274.43º 0.76% 0.31% -
HSV(B) 274.43º 0.87% 0.55% -
XYZ 9.16 4.51 25.59 -
YUV 53.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 89 19 141 0.37 0.87 0 0.45 274.43 0.76 0.31
Hex 59 13 8D 25 57 0 2D 112 4C 1F
Octal 131 23 215 45 127 0 55 422 114 37
Binary 1011001 10011 10001101 100101 1010111 0 101101 100010010 1001100 11111

Color Harmonies of #59138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59138D

Black with #59138D

Text Example


Text Example

White with #59138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59138D; }

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

 H1.HeaderClassName
 {
   color: #59138D;
 }
 .AnyTagClassName
 {
   color: #59138D;
 }
</style>

background-color css

<style>
 a { background-color: #59138D; }

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

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

border-color css

<style>
 span { border-color: #59138D; }

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

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