Html Css Color HEX #59137D Indigo

📋 copy color: '#59137D'

red 89 ◦ green 19 ◦ blue 125

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

Shades of Indigo #59137D

Tints of Indigo #59137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.65%

R = 38.2%
G = 8.15%
B = 53.65%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59137D (or 0x59137D) is known color: Indigo. HEX triplet: 59, 13 and 7D. RGB value is (89,19,125). Sum of RGB (Red+Green+Blue) = 89+19+125=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #59137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59137D is #A6EC82. Grayscale: #333333. Windows color (decimal): -10939523 or 8196953. OLE color: 8196953.

HSL color Cylindrical-coordinate representation of color #59137D: hue angle of 279.62º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59137D is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 19 125 -
CMYK 0.29 0.85 0 0.51
HSL 279.62º 0.74% 0.28% -
HSV(B) 279.62º 0.85% 0.49% -
XYZ 8.05 4.07 19.76 -
YUV 52.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 89 19 125 0.29 0.85 0 0.51 279.62 0.74 0.28
Hex 59 13 7D 1D 55 0 33 118 4A 1C
Octal 131 23 175 35 125 0 63 430 112 34
Binary 1011001 10011 1111101 11101 1010101 0 110011 100011000 1001010 11100

Color Harmonies of #59137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59137D

Black with #59137D

Text Example


Text Example

White with #59137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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