Html Css Color HEX #59187C Indigo

📋 copy color: '#59187C'

red 89 ◦ green 24 ◦ blue 124

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

Shades of Indigo #59187C

Tints of Indigo #59187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 37.55%
G = 10.13%
B = 52.32%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59187C (or 0x59187C) is known color: Indigo. HEX triplet: 59, 18 and 7C. RGB value is (89,24,124). Sum of RGB (Red+Green+Blue) = 89+24+124=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #59187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59187C is #A6E783. Grayscale: #363636. Windows color (decimal): -10938244 or 8132697. OLE color: 8132697.

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

Color convert

RGB 89 24 124 -
CMYK 0.28 0.81 0 0.51
HSL 279º 0.68% 0.29% -
HSV(B) 279º 0.81% 0.49% -
XYZ 8.08 4.23 19.46 -
YUV 54.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 89 24 124 0.28 0.81 0 0.51 279 0.68 0.29
Hex 59 18 7C 1C 51 0 33 117 44 1D
Octal 131 30 174 34 121 0 63 427 104 35
Binary 1011001 11000 1111100 11100 1010001 0 110011 100010111 1000100 11101

Color Harmonies of #59187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59187C

Black with #59187C

Text Example


Text Example

White with #59187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59187C; }

 p { color: rgb(89,24,124); }

 H1.HeaderClassName
 {
   color: #59187C;
 }
 .AnyTagClassName
 {
   color: #59187C;
 }
</style>

background-color css

<style>
 a { background-color: #59187C; }

 a { background-color: rgb(89,24,124); }

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

border-color css

<style>
 span { border-color: #59187C; }

 span { border-color: rgb(89,24,124); }

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