Html Css Color HEX #591196 Indigo

📋 copy color: '#591196'

red 89 ◦ green 17 ◦ blue 150

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

Shades of Indigo #591196

Tints of Indigo #591196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 34.77%
G = 6.64%
B = 58.59%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#591196 (or 0x591196) is known color: Indigo. HEX triplet: 59, 11 and 96. RGB value is (89,17,150). Sum of RGB (Red+Green+Blue) = 89+17+150=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #591196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591196 is #A6EE69. Grayscale: #353535. Windows color (decimal): -10940010 or 9834841. OLE color: 9834841.

HSL color Cylindrical-coordinate representation of color #591196: hue angle of 272.48º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591196 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 17 150 -
CMYK 0.41 0.89 0 0.41
HSL 272.48º 0.8% 0.33% -
HSV(B) 272.48º 0.89% 0.59% -
XYZ 9.83 4.73 29.25 -
YUV 53.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 89 17 150 0.41 0.89 0 0.41 272.48 0.8 0.33
Hex 59 11 96 29 59 0 29 110 50 21
Octal 131 21 226 51 131 0 51 420 120 41
Binary 1011001 10001 10010110 101001 1011001 0 101001 100010000 1010000 100001

Color Harmonies of #591196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591196

Black with #591196

Text Example


Text Example

White with #591196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591196; }

 p { color: rgb(89,17,150); }

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

background-color css

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

 a { background-color: rgb(89,17,150); }

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

border-color css

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

 span { border-color: rgb(89,17,150); }

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