Html Css Color HEX #591979 Indigo

📋 copy color: '#591979'

red 89 ◦ green 25 ◦ blue 121

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

Shades of Indigo #591979

Tints of Indigo #591979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.64%

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 37.87%
G = 10.64%
B = 51.49%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#591979 (or 0x591979) is known color: Indigo. HEX triplet: 59, 19 and 79. RGB value is (89,25,121). Sum of RGB (Red+Green+Blue) = 89+25+121=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #591979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591979 is #A6E686. Grayscale: #363636. Windows color (decimal): -10937991 or 7936345. OLE color: 7936345.

HSL color Cylindrical-coordinate representation of color #591979: hue angle of 280º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591979 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 25 121 -
CMYK 0.26 0.79 0 0.53
HSL 280º 0.66% 0.29% -
HSV(B) 280º 0.79% 0.47% -
XYZ 7.92 4.2 18.48 -
YUV 55.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 89 25 121 0.26 0.79 0 0.53 280 0.66 0.29
Hex 59 19 79 1A 4F 0 35 118 42 1D
Octal 131 31 171 32 117 0 65 430 102 35
Binary 1011001 11001 1111001 11010 1001111 0 110101 100011000 1000010 11101

Color Harmonies of #591979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591979

Black with #591979

Text Example


Text Example

White with #591979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591979; }

 p { color: rgb(89,25,121); }

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

background-color css

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

 a { background-color: rgb(89,25,121); }

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

border-color css

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

 span { border-color: rgb(89,25,121); }

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