Html Css Color HEX #59049C Indigo

📋 copy color: '#59049C'

red 89 ◦ green 4 ◦ blue 156

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

Shades of Indigo #59049C

Tints of Indigo #59049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 35.74%
G = 1.61%
B = 62.65%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59049C (or 0x59049C) is known color: Indigo. HEX triplet: 59, 04 and 9C. RGB value is (89,4,156). Sum of RGB (Red+Green+Blue) = 89+4+156=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #59049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59049C is #A6FB63. Grayscale: #2E2E2E. Windows color (decimal): -10943332 or 10224729. OLE color: 10224729.

HSL color Cylindrical-coordinate representation of color #59049C: hue angle of 273.55º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59049C is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 4 156 -
CMYK 0.43 0.97 0 0.39
HSL 273.55º 0.95% 0.31% -
HSV(B) 273.55º 0.97% 0.61% -
XYZ 10.16 4.61 31.81 -
YUV 46.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 89 4 156 0.43 0.97 0 0.39 273.55 0.95 0.31
Hex 59 4 9C 2B 61 0 27 112 5F 1F
Octal 131 4 234 53 141 0 47 422 137 37
Binary 1011001 100 10011100 101011 1100001 0 100111 100010010 1011111 11111

Color Harmonies of #59049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59049C

Black with #59049C

Text Example


Text Example

White with #59049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,4,156); }

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

background-color css

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

 a { background-color: rgb(89,4,156); }

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

border-color css

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

 span { border-color: rgb(89,4,156); }

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