Html Css Color HEX #59059C Indigo

📋 copy color: '#59059C'

red 89 ◦ green 5 ◦ blue 156

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

Shades of Indigo #59059C

Tints of Indigo #59059C

RGB

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

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

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

R = 35.6%
G = 2%
B = 62.4%

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

#59059C (or 0x59059C) is known color: Indigo. HEX triplet: 59, 05 and 9C. RGB value is (89,5,156). Sum of RGB (Red+Green+Blue) = 89+5+156=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #59059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59059C is #A6FA63. Grayscale: #2E2E2E. Windows color (decimal): -10943076 or 10224985. OLE color: 10224985.

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

Color convert

RGB 89 5 156 -
CMYK 0.43 0.97 0 0.39
HSL 273.38º 0.94% 0.32% -
HSV(B) 273.38º 0.97% 0.61% -
XYZ 10.17 4.63 31.81 -
YUV 47.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 89 5 156 0.43 0.97 0 0.39 273.38 0.94 0.32
Hex 59 5 9C 2B 61 0 27 111 5E 20
Octal 131 5 234 53 141 0 47 421 136 40
Binary 1011001 101 10011100 101011 1100001 0 100111 100010001 1011110 100000

Color Harmonies of #59059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59059C

Black with #59059C

Text Example


Text Example

White with #59059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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