Html Css Color HEX #591582 Indigo

📋 copy color: '#591582'

red 89 ◦ green 21 ◦ blue 130

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

Shades of Indigo #591582

Tints of Indigo #591582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 37.08%
G = 8.75%
B = 54.17%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#591582 (or 0x591582) is known color: Indigo. HEX triplet: 59, 15 and 82. RGB value is (89,21,130). Sum of RGB (Red+Green+Blue) = 89+21+130=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #591582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591582 is #A6EA7D. Grayscale: #353535. Windows color (decimal): -10939006 or 8525145. OLE color: 8525145.

HSL color Cylindrical-coordinate representation of color #591582: hue angle of 277.43º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591582 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 21 130 -
CMYK 0.32 0.84 0 0.49
HSL 277.43º 0.72% 0.3% -
HSV(B) 277.43º 0.84% 0.51% -
XYZ 8.42 4.27 21.5 -
YUV 53.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 89 21 130 0.32 0.84 0 0.49 277.43 0.72 0.3
Hex 59 15 82 20 54 0 31 115 48 1E
Octal 131 25 202 40 124 0 61 425 110 36
Binary 1011001 10101 10000010 100000 1010100 0 110001 100010101 1001000 11110

Color Harmonies of #591582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591582

Black with #591582

Text Example


Text Example

White with #591582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591582; }

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

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

background-color css

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

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

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

border-color css

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

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

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