Html Css Color HEX #591A81 Indigo

📋 copy color: '#591A81'

red 89 ◦ green 26 ◦ blue 129

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

Shades of Indigo #591A81

Tints of Indigo #591A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

 BLUE value IS 129 (50.78% from 255) = 52.87%

R = 36.48%
G = 10.66%
B = 52.87%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#591A81 (or 0x591A81) is known color: Indigo. HEX triplet: 59, 1A and 81. RGB value is (89,26,129). Sum of RGB (Red+Green+Blue) = 89+26+129=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #591A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A81 is #A6E57E. Grayscale: #383838. Windows color (decimal): -10937727 or 8460889. OLE color: 8460889.

HSL color Cylindrical-coordinate representation of color #591A81: hue angle of 276.7º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591A81 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 26 129 -
CMYK 0.31 0.80 0 0.49
HSL 276.7º 0.66% 0.3% -
HSV(B) 276.7º 0.8% 0.51% -
XYZ 8.45 4.45 21.18 -
YUV 56.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 89 26 129 0.31 0.80 0 0.49 276.7 0.66 0.3
Hex 59 1A 81 1F 50 0 31 115 42 1E
Octal 131 32 201 37 120 0 61 425 102 36
Binary 1011001 11010 10000001 11111 1010000 0 110001 100010101 1000010 11110

Color Harmonies of #591A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A81

Black with #591A81

Text Example


Text Example

White with #591A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A81; }

 p { color: rgb(89,26,129); }

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

background-color css

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

 a { background-color: rgb(89,26,129); }

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

border-color css

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

 span { border-color: rgb(89,26,129); }

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