Html Css Color HEX #590477 Indigo

📋 copy color: '#590477'

red 89 ◦ green 4 ◦ blue 119

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

Shades of Indigo #590477

Tints of Indigo #590477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 41.98%
G = 1.89%
B = 56.13%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#590477 (or 0x590477) is known color: Indigo. HEX triplet: 59, 04 and 77. RGB value is (89,4,119). Sum of RGB (Red+Green+Blue) = 89+4+119=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #590477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590477 is #A6FB88. Grayscale: #2A2A2A. Windows color (decimal): -10943369 or 7799897. OLE color: 7799897.

HSL color Cylindrical-coordinate representation of color #590477: hue angle of 284.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590477 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 4 119 -
CMYK 0.25 0.97 0 0.53
HSL 284.35º 0.93% 0.24% -
HSV(B) 284.35º 0.97% 0.47% -
XYZ 7.49 3.54 17.74 -
YUV 42.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 89 4 119 0.25 0.97 0 0.53 284.35 0.93 0.24
Hex 59 4 77 19 61 0 35 11C 5D 18
Octal 131 4 167 31 141 0 65 434 135 30
Binary 1011001 100 1110111 11001 1100001 0 110101 100011100 1011101 11000

Color Harmonies of #590477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590477

Black with #590477

Text Example


Text Example

White with #590477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590477; }

 p { color: rgb(89,4,119); }

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

background-color css

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

 a { background-color: rgb(89,4,119); }

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

border-color css

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

 span { border-color: rgb(89,4,119); }

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