Html Css Color HEX #59027C Indigo

📋 copy color: '#59027C'

red 89 ◦ green 2 ◦ blue 124

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

Shades of Indigo #59027C

Tints of Indigo #59027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 41.4%
G = 0.93%
B = 57.67%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59027C (or 0x59027C) is known color: Indigo. HEX triplet: 59, 02 and 7C. RGB value is (89,2,124). Sum of RGB (Red+Green+Blue) = 89+2+124=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #59027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59027C is #A6FD83. Grayscale: #292929. Windows color (decimal): -10943876 or 8127065. OLE color: 8127065.

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

Color convert

RGB 89 2 124 -
CMYK 0.28 0.98 0 0.51
HSL 282.79º 0.97% 0.25% -
HSV(B) 282.79º 0.98% 0.49% -
XYZ 7.78 3.62 19.36 -
YUV 41.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 89 2 124 0.28 0.98 0 0.51 282.79 0.97 0.25
Hex 59 2 7C 1C 62 0 33 11B 61 19
Octal 131 2 174 34 142 0 63 433 141 31
Binary 1011001 10 1111100 11100 1100010 0 110011 100011011 1100001 11001

Color Harmonies of #59027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59027C

Black with #59027C

Text Example


Text Example

White with #59027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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