Html Css Color HEX #591496 Indigo

📋 copy color: '#591496'

red 89 ◦ green 20 ◦ blue 150

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

Shades of Indigo #591496

Tints of Indigo #591496

RGB

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

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

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

R = 34.36%
G = 7.72%
B = 57.92%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#591496 (or 0x591496) is known color: Indigo. HEX triplet: 59, 14 and 96. RGB value is (89,20,150). Sum of RGB (Red+Green+Blue) = 89+20+150=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #591496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591496 is #A6EB69. Grayscale: #373737. Windows color (decimal): -10939242 or 9835609. OLE color: 9835609.

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

Color convert

RGB 89 20 150 -
CMYK 0.41 0.87 0 0.41
HSL 271.85º 0.76% 0.33% -
HSV(B) 271.85º 0.87% 0.59% -
XYZ 9.88 4.83 29.27 -
YUV 55.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 89 20 150 0.41 0.87 0 0.41 271.85 0.76 0.33
Hex 59 14 96 29 57 0 29 110 4C 21
Octal 131 24 226 51 127 0 51 420 114 41
Binary 1011001 10100 10010110 101001 1010111 0 101001 100010000 1001100 100001

Color Harmonies of #591496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591496

Black with #591496

Text Example


Text Example

White with #591496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591496; }

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

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

background-color css

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

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

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

border-color css

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

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

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