Html Css Color HEX #590174 Indigo

📋 copy color: '#590174'

red 89 ◦ green 1 ◦ blue 116

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

Shades of Indigo #590174

Tints of Indigo #590174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.31%

R = 43.2%
G = 0.49%
B = 56.31%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#590174 (or 0x590174) is known color: Indigo. HEX triplet: 59, 01 and 74. RGB value is (89,1,116). Sum of RGB (Red+Green+Blue) = 89+1+116=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #590174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590174 is #A6FE8B. Grayscale: #282828. Windows color (decimal): -10944140 or 7602521. OLE color: 7602521.

HSL color Cylindrical-coordinate representation of color #590174: hue angle of 285.91º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590174 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 1 116 -
CMYK 0.23 0.99 0 0.55
HSL 285.91º 0.98% 0.23% -
HSV(B) 285.91º 0.99% 0.45% -
XYZ 7.28 3.41 16.8 -
YUV 40.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 89 1 116 0.23 0.99 0 0.55 285.91 0.98 0.23
Hex 59 1 74 17 63 0 37 11E 62 17
Octal 131 1 164 27 143 0 67 436 142 27
Binary 1011001 1 1110100 10111 1100011 0 110111 100011110 1100010 10111

Color Harmonies of #590174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590174

Black with #590174

Text Example


Text Example

White with #590174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590174; }

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

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

background-color css

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

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

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

border-color css

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

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

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