Html Css Color HEX #590E90 Indigo

📋 copy color: '#590E90'

red 89 ◦ green 14 ◦ blue 144

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

Shades of Indigo #590E90

Tints of Indigo #590E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 36.03%
G = 5.67%
B = 58.3%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#590E90 (or 0x590E90) is known color: Indigo. HEX triplet: 59, 0E and 90. RGB value is (89,14,144). Sum of RGB (Red+Green+Blue) = 89+14+144=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #590E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590E90 is #A6F16F. Grayscale: #323232. Windows color (decimal): -10940784 or 9440857. OLE color: 9440857.

HSL color Cylindrical-coordinate representation of color #590E90: hue angle of 274.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590E90 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 14 144 -
CMYK 0.38 0.90 0 0.44
HSL 274.62º 0.82% 0.31% -
HSV(B) 274.62º 0.9% 0.56% -
XYZ 9.31 4.45 26.75 -
YUV 51.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 89 14 144 0.38 0.90 0 0.44 274.62 0.82 0.31
Hex 59 E 90 26 5A 0 2C 113 52 1F
Octal 131 16 220 46 132 0 54 423 122 37
Binary 1011001 1110 10010000 100110 1011010 0 101100 100010011 1010010 11111

Color Harmonies of #590E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E90

Black with #590E90

Text Example


Text Example

White with #590E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590E90; }

 p { color: rgb(89,14,144); }

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

background-color css

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

 a { background-color: rgb(89,14,144); }

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

border-color css

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

 span { border-color: rgb(89,14,144); }

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