Html Css Color HEX #590197 Indigo

📋 copy color: '#590197'

red 89 ◦ green 1 ◦ blue 151

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

Shades of Indigo #590197

Tints of Indigo #590197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 36.93%
G = 0.41%
B = 62.66%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#590197 (or 0x590197) is known color: Indigo. HEX triplet: 59, 01 and 97. RGB value is (89,1,151). Sum of RGB (Red+Green+Blue) = 89+1+151=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #590197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590197 is #A6FE68. Grayscale: #2B2B2B. Windows color (decimal): -10944105 or 9896281. OLE color: 9896281.

HSL color Cylindrical-coordinate representation of color #590197: hue angle of 275.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590197 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 1 151 -
CMYK 0.41 0.99 0 0.41
HSL 275.2º 0.99% 0.3% -
HSV(B) 275.2º 0.99% 0.59% -
XYZ 9.72 4.38 29.61 -
YUV 44.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 89 1 151 0.41 0.99 0 0.41 275.2 0.99 0.3
Hex 59 1 97 29 63 0 29 113 63 1E
Octal 131 1 227 51 143 0 51 423 143 36
Binary 1011001 1 10010111 101001 1100011 0 101001 100010011 1100011 11110

Color Harmonies of #590197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590197

Black with #590197

Text Example


Text Example

White with #590197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590197; }

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

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

background-color css

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

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

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

border-color css

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

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

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