Html Css Color HEX #590EA4 Indigo

📋 copy color: '#590EA4'

red 89 ◦ green 14 ◦ blue 164

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

Shades of Indigo #590EA4

Tints of Indigo #590EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 61.42%

R = 33.33%
G = 5.24%
B = 61.42%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#590EA4 (or 0x590EA4) is known color: Indigo. HEX triplet: 59, 0E and A4. RGB value is (89,14,164). Sum of RGB (Red+Green+Blue) = 89+14+164=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #590EA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590EA4 is #A6F15B. Grayscale: #353535. Windows color (decimal): -10940764 or 10751577. OLE color: 10751577.

HSL color Cylindrical-coordinate representation of color #590EA4: hue angle of 270º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590EA4 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 14 164 -
CMYK 0.46 0.91 0 0.36
HSL 270º 0.84% 0.35% -
HSV(B) 270º 0.91% 0.64% -
XYZ 10.98 5.12 35.53 -
YUV 53.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 89 14 164 0.46 0.91 0 0.36 270 0.84 0.35
Hex 59 E A4 2E 5B 0 24 10E 54 23
Octal 131 16 244 56 133 0 44 416 124 43
Binary 1011001 1110 10100100 101110 1011011 0 100100 100001110 1010100 100011

Color Harmonies of #590EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EA4

Black with #590EA4

Text Example


Text Example

White with #590EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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