Html Css Color HEX #590190 Indigo

📋 copy color: '#590190'

red 89 ◦ green 1 ◦ blue 144

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

Shades of Indigo #590190

Tints of Indigo #590190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 38.03%
G = 0.43%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#590190 (or 0x590190) is known color: Indigo. HEX triplet: 59, 01 and 90. RGB value is (89,1,144). Sum of RGB (Red+Green+Blue) = 89+1+144=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #590190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590190 is #A6FE6F. Grayscale: #2B2B2B. Windows color (decimal): -10944112 or 9437529. OLE color: 9437529.

HSL color Cylindrical-coordinate representation of color #590190: hue angle of 276.92º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590190 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 1 144 -
CMYK 0.38 0.99 0 0.44
HSL 276.92º 0.99% 0.28% -
HSV(B) 276.92º 0.99% 0.56% -
XYZ 9.16 4.16 26.71 -
YUV 43.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 89 1 144 0.38 0.99 0 0.44 276.92 0.99 0.28
Hex 59 1 90 26 63 0 2C 115 63 1C
Octal 131 1 220 46 143 0 54 425 143 34
Binary 1011001 1 10010000 100110 1100011 0 101100 100010101 1100011 11100

Color Harmonies of #590190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590190

Black with #590190

Text Example


Text Example

White with #590190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590190; }

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

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

background-color css

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

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

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

border-color css

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

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

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