Html Css Color HEX #590774 Indigo

📋 copy color: '#590774'

red 89 ◦ green 7 ◦ blue 116

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

Shades of Indigo #590774

Tints of Indigo #590774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 41.98%
G = 3.3%
B = 54.72%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#590774 (or 0x590774) is known color: Indigo. HEX triplet: 59, 07 and 74. RGB value is (89,7,116). Sum of RGB (Red+Green+Blue) = 89+7+116=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #590774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590774 is #A6F88B. Grayscale: #2B2B2B. Windows color (decimal): -10942604 or 7604057. OLE color: 7604057.

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

Color convert

RGB 89 7 116 -
CMYK 0.23 0.94 0 0.55
HSL 285.14º 0.89% 0.24% -
HSV(B) 285.14º 0.94% 0.45% -
XYZ 7.35 3.54 16.82 -
YUV 43.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 89 7 116 0.23 0.94 0 0.55 285.14 0.89 0.24
Hex 59 7 74 17 5E 0 37 11D 59 18
Octal 131 7 164 27 136 0 67 435 131 30
Binary 1011001 111 1110100 10111 1011110 0 110111 100011101 1011001 11000

Color Harmonies of #590774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590774

Black with #590774

Text Example


Text Example

White with #590774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590774; }

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

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

background-color css

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

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

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

border-color css

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

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

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