Html Css Color HEX #590575 Indigo

📋 copy color: '#590575'

red 89 ◦ green 5 ◦ blue 117

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

Shades of Indigo #590575

Tints of Indigo #590575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 42.18%
G = 2.37%
B = 55.45%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#590575 (or 0x590575) is known color: Indigo. HEX triplet: 59, 05 and 75. RGB value is (89,5,117). Sum of RGB (Red+Green+Blue) = 89+5+117=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #590575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590575 is #A6FA8A. Grayscale: #2A2A2A. Windows color (decimal): -10943115 or 7669081. OLE color: 7669081.

HSL color Cylindrical-coordinate representation of color #590575: hue angle of 285º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590575 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 5 117 -
CMYK 0.24 0.96 0 0.54
HSL 285º 0.92% 0.24% -
HSV(B) 285º 0.96% 0.46% -
XYZ 7.38 3.52 17.12 -
YUV 42.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 89 5 117 0.24 0.96 0 0.54 285 0.92 0.24
Hex 59 5 75 18 60 0 36 11D 5C 18
Octal 131 5 165 30 140 0 66 435 134 30
Binary 1011001 101 1110101 11000 1100000 0 110110 100011101 1011100 11000

Color Harmonies of #590575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590575

Black with #590575

Text Example


Text Example

White with #590575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590575; }

 p { color: rgb(89,5,117); }

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

background-color css

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

 a { background-color: rgb(89,5,117); }

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

border-color css

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

 span { border-color: rgb(89,5,117); }

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