Html Css Color HEX #591474 Indigo

📋 copy color: '#591474'

red 89 ◦ green 20 ◦ blue 116

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

Shades of Indigo #591474

Tints of Indigo #591474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 39.56%
G = 8.89%
B = 51.56%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591474 (or 0x591474) is known color: Indigo. HEX triplet: 59, 14 and 74. RGB value is (89,20,116). Sum of RGB (Red+Green+Blue) = 89+20+116=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #591474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591474 is #A6EB8B. Grayscale: #333333. Windows color (decimal): -10939276 or 7607385. OLE color: 7607385.

HSL color Cylindrical-coordinate representation of color #591474: hue angle of 283.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591474 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 20 116 -
CMYK 0.23 0.83 0 0.55
HSL 283.13º 0.71% 0.27% -
HSV(B) 283.13º 0.83% 0.45% -
XYZ 7.52 3.89 16.88 -
YUV 51.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 89 20 116 0.23 0.83 0 0.55 283.13 0.71 0.27
Hex 59 14 74 17 53 0 37 11B 47 1B
Octal 131 24 164 27 123 0 67 433 107 33
Binary 1011001 10100 1110100 10111 1010011 0 110111 100011011 1000111 11011

Color Harmonies of #591474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591474

Black with #591474

Text Example


Text Example

White with #591474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591474; }

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

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

background-color css

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

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

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

border-color css

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

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

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