Html Css Color HEX #591096 Indigo

📋 copy color: '#591096'

red 89 ◦ green 16 ◦ blue 150

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

Shades of Indigo #591096

Tints of Indigo #591096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 34.9%
G = 6.27%
B = 58.82%

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

#591096 (or 0x591096) is known color: Indigo. HEX triplet: 59, 10 and 96. RGB value is (89,16,150). Sum of RGB (Red+Green+Blue) = 89+16+150=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #591096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591096 is #A6EF69. Grayscale: #343434. Windows color (decimal): -10940266 or 9834585. OLE color: 9834585.

HSL color Cylindrical-coordinate representation of color #591096: hue angle of 272.69º degrees, saturation: 0.81, 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 #591096 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 16 150 -
CMYK 0.41 0.89 0 0.41
HSL 272.69º 0.81% 0.33% -
HSV(B) 272.69º 0.89% 0.59% -
XYZ 9.81 4.7 29.24 -
YUV 53.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 89 16 150 0.41 0.89 0 0.41 272.69 0.81 0.33
Hex 59 10 96 29 59 0 29 111 51 21
Octal 131 20 226 51 131 0 51 421 121 41
Binary 1011001 10000 10010110 101001 1011001 0 101001 100010001 1010001 100001

Color Harmonies of #591096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591096

Black with #591096

Text Example


Text Example

White with #591096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591096; }

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

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

background-color css

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

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

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

border-color css

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

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

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