Html Css Color HEX #59197E Indigo

📋 copy color: '#59197E'

red 89 ◦ green 25 ◦ blue 126

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

Shades of Indigo #59197E

Tints of Indigo #59197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 126 (49.61% from 255) = 52.5%

R = 37.08%
G = 10.42%
B = 52.5%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59197E (or 0x59197E) is known color: Indigo. HEX triplet: 59, 19 and 7E. RGB value is (89,25,126). Sum of RGB (Red+Green+Blue) = 89+25+126=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #59197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59197E is #A6E681. Grayscale: #373737. Windows color (decimal): -10937986 or 8264025. OLE color: 8264025.

HSL color Cylindrical-coordinate representation of color #59197E: hue angle of 278.02º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59197E is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 25 126 -
CMYK 0.29 0.80 0 0.51
HSL 278.02º 0.67% 0.3% -
HSV(B) 278.02º 0.8% 0.49% -
XYZ 8.23 4.33 20.14 -
YUV 55.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 89 25 126 0.29 0.80 0 0.51 278.02 0.67 0.3
Hex 59 19 7E 1D 50 0 33 116 43 1E
Octal 131 31 176 35 120 0 63 426 103 36
Binary 1011001 11001 1111110 11101 1010000 0 110011 100010110 1000011 11110

Color Harmonies of #59197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59197E

Black with #59197E

Text Example


Text Example

White with #59197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59197E; }

 p { color: rgb(89,25,126); }

 H1.HeaderClassName
 {
   color: #59197E;
 }
 .AnyTagClassName
 {
   color: #59197E;
 }
</style>

background-color css

<style>
 a { background-color: #59197E; }

 a { background-color: rgb(89,25,126); }

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

border-color css

<style>
 span { border-color: #59197E; }

 span { border-color: rgb(89,25,126); }

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