Html Css Color HEX #59057C Indigo

📋 copy color: '#59057C'

red 89 ◦ green 5 ◦ blue 124

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

Shades of Indigo #59057C

Tints of Indigo #59057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 40.83%
G = 2.29%
B = 56.88%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59057C (or 0x59057C) is known color: Indigo. HEX triplet: 59, 05 and 7C. RGB value is (89,5,124). Sum of RGB (Red+Green+Blue) = 89+5+124=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #59057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59057C is #A6FA83. Grayscale: #2B2B2B. Windows color (decimal): -10943108 or 8127833. OLE color: 8127833.

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

Color convert

RGB 89 5 124 -
CMYK 0.28 0.96 0 0.51
HSL 282.35º 0.92% 0.25% -
HSV(B) 282.35º 0.96% 0.49% -
XYZ 7.81 3.69 19.37 -
YUV 43.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 89 5 124 0.28 0.96 0 0.51 282.35 0.92 0.25
Hex 59 5 7C 1C 60 0 33 11A 5C 19
Octal 131 5 174 34 140 0 63 432 134 31
Binary 1011001 101 1111100 11100 1100000 0 110011 100011010 1011100 11001

Color Harmonies of #59057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59057C

Black with #59057C

Text Example


Text Example

White with #59057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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