Html Css Color HEX #590EA1 Indigo

📋 copy color: '#590EA1'

red 89 ◦ green 14 ◦ blue 161

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

Shades of Indigo #590EA1

Tints of Indigo #590EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 60.98%

R = 33.71%
G = 5.3%
B = 60.98%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#590EA1 (or 0x590EA1) is known color: Indigo. HEX triplet: 59, 0E and A1. RGB value is (89,14,161). Sum of RGB (Red+Green+Blue) = 89+14+161=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #590EA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590EA1 is #A6F15E. Grayscale: #343434. Windows color (decimal): -10940767 or 10554969. OLE color: 10554969.

HSL color Cylindrical-coordinate representation of color #590EA1: hue angle of 270.61º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590EA1 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 14 161 -
CMYK 0.45 0.91 0 0.37
HSL 270.61º 0.84% 0.34% -
HSV(B) 270.61º 0.91% 0.63% -
XYZ 10.71 5.01 34.12 -
YUV 53.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 89 14 161 0.45 0.91 0 0.37 270.61 0.84 0.34
Hex 59 E A1 2D 5B 0 25 10F 54 22
Octal 131 16 241 55 133 0 45 417 124 42
Binary 1011001 1110 10100001 101101 1011011 0 100101 100001111 1010100 100010

Color Harmonies of #590EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EA1

Black with #590EA1

Text Example


Text Example

White with #590EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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