Html Css Color HEX #59149C Indigo

📋 copy color: '#59149C'

red 89 ◦ green 20 ◦ blue 156

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

Shades of Indigo #59149C

Tints of Indigo #59149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 33.58%
G = 7.55%
B = 58.87%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59149C (or 0x59149C) is known color: Indigo. HEX triplet: 59, 14 and 9C. RGB value is (89,20,156). Sum of RGB (Red+Green+Blue) = 89+20+156=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #59149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59149C is #A6EB63. Grayscale: #373737. Windows color (decimal): -10939236 or 10228825. OLE color: 10228825.

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

Color convert

RGB 89 20 156 -
CMYK 0.43 0.87 0 0.39
HSL 270.44º 0.77% 0.35% -
HSV(B) 270.44º 0.87% 0.61% -
XYZ 10.37 5.02 31.88 -
YUV 56.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 89 20 156 0.43 0.87 0 0.39 270.44 0.77 0.35
Hex 59 14 9C 2B 57 0 27 10E 4D 23
Octal 131 24 234 53 127 0 47 416 115 43
Binary 1011001 10100 10011100 101011 1010111 0 100111 100001110 1001101 100011

Color Harmonies of #59149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59149C

Black with #59149C

Text Example


Text Example

White with #59149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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