Html Css Color HEX #59059B Indigo

📋 copy color: '#59059B'

red 89 ◦ green 5 ◦ blue 155

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

Shades of Indigo #59059B

Tints of Indigo #59059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 35.74%
G = 2.01%
B = 62.25%

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

#59059B (or 0x59059B) is known color: Indigo. HEX triplet: 59, 05 and 9B. RGB value is (89,5,155). Sum of RGB (Red+Green+Blue) = 89+5+155=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #59059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59059B is #A6FA64. Grayscale: #2E2E2E. Windows color (decimal): -10943077 or 10159449. OLE color: 10159449.

HSL color Cylindrical-coordinate representation of color #59059B: hue angle of 273.6º degrees, saturation: 0.94, 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 #59059B is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 5 155 -
CMYK 0.43 0.97 0 0.39
HSL 273.6º 0.94% 0.31% -
HSV(B) 273.6º 0.97% 0.61% -
XYZ 10.09 4.6 31.37 -
YUV 47.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 89 5 155 0.43 0.97 0 0.39 273.6 0.94 0.31
Hex 59 5 9B 2B 61 0 27 112 5E 1F
Octal 131 5 233 53 141 0 47 422 136 37
Binary 1011001 101 10011011 101011 1100001 0 100111 100010010 1011110 11111

Color Harmonies of #59059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59059B

Black with #59059B

Text Example


Text Example

White with #59059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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