Html Css Color HEX #59129C Indigo

📋 copy color: '#59129C'

red 89 ◦ green 18 ◦ blue 156

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

Shades of Indigo #59129C

Tints of Indigo #59129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 33.84%
G = 6.84%
B = 59.32%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59129C (or 0x59129C) is known color: Indigo. HEX triplet: 59, 12 and 9C. RGB value is (89,18,156). Sum of RGB (Red+Green+Blue) = 89+18+156=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #59129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59129C is #A6ED63. Grayscale: #363636. Windows color (decimal): -10939748 or 10228313. OLE color: 10228313.

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

Color convert

RGB 89 18 156 -
CMYK 0.43 0.88 0 0.39
HSL 270.87º 0.79% 0.34% -
HSV(B) 270.87º 0.88% 0.61% -
XYZ 10.34 4.96 31.86 -
YUV 54.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 89 18 156 0.43 0.88 0 0.39 270.87 0.79 0.34
Hex 59 12 9C 2B 58 0 27 10F 4F 22
Octal 131 22 234 53 130 0 47 417 117 42
Binary 1011001 10010 10011100 101011 1011000 0 100111 100001111 1001111 100010

Color Harmonies of #59129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59129C

Black with #59129C

Text Example


Text Example

White with #59129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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