Html Css Color HEX #591590 Indigo

📋 copy color: '#591590'

red 89 ◦ green 21 ◦ blue 144

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

Shades of Indigo #591590

Tints of Indigo #591590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 35.04%
G = 8.27%
B = 56.69%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#591590 (or 0x591590) is known color: Indigo. HEX triplet: 59, 15 and 90. RGB value is (89,21,144). Sum of RGB (Red+Green+Blue) = 89+21+144=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #591590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591590 is #A6EA6F. Grayscale: #363636. Windows color (decimal): -10938992 or 9442649. OLE color: 9442649.

HSL color Cylindrical-coordinate representation of color #591590: hue angle of 273.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591590 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 21 144 -
CMYK 0.38 0.85 0 0.44
HSL 273.17º 0.75% 0.32% -
HSV(B) 273.17º 0.85% 0.56% -
XYZ 9.42 4.67 26.79 -
YUV 55.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 89 21 144 0.38 0.85 0 0.44 273.17 0.75 0.32
Hex 59 15 90 26 55 0 2C 111 4B 20
Octal 131 25 220 46 125 0 54 421 113 40
Binary 1011001 10101 10010000 100110 1010101 0 101100 100010001 1001011 100000

Color Harmonies of #591590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591590

Black with #591590

Text Example


Text Example

White with #591590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591590; }

 p { color: rgb(89,21,144); }

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

background-color css

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

 a { background-color: rgb(89,21,144); }

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

border-color css

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

 span { border-color: rgb(89,21,144); }

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