Html Css Color HEX #59059D Indigo

📋 copy color: '#59059D'

red 89 ◦ green 5 ◦ blue 157

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

Shades of Indigo #59059D

Tints of Indigo #59059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 35.46%
G = 1.99%
B = 62.55%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59059D (or 0x59059D) is known color: Indigo. HEX triplet: 59, 05 and 9D. RGB value is (89,5,157). Sum of RGB (Red+Green+Blue) = 89+5+157=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #59059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59059D is #A6FA62. Grayscale: #2E2E2E. Windows color (decimal): -10943075 or 10290521. OLE color: 10290521.

HSL color Cylindrical-coordinate representation of color #59059D: hue angle of 273.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59059D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 5 157 -
CMYK 0.43 0.97 0 0.38
HSL 273.16º 0.94% 0.32% -
HSV(B) 273.16º 0.97% 0.62% -
XYZ 10.26 4.67 32.26 -
YUV 47.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 89 5 157 0.43 0.97 0 0.38 273.16 0.94 0.32
Hex 59 5 9D 2B 61 0 26 111 5E 20
Octal 131 5 235 53 141 0 46 421 136 40
Binary 1011001 101 10011101 101011 1100001 0 100110 100010001 1011110 100000

Color Harmonies of #59059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59059D

Black with #59059D

Text Example


Text Example

White with #59059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59059D; }

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

 H1.HeaderClassName
 {
   color: #59059D;
 }
 .AnyTagClassName
 {
   color: #59059D;
 }
</style>

background-color css

<style>
 a { background-color: #59059D; }

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

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

border-color css

<style>
 span { border-color: #59059D; }

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

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