Html Css Color HEX #590175 Indigo

📋 copy color: '#590175'

red 89 ◦ green 1 ◦ blue 117

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

Shades of Indigo #590175

Tints of Indigo #590175

RGB

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

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

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

R = 43%
G = 0.48%
B = 56.52%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#590175 (or 0x590175) is known color: Indigo. HEX triplet: 59, 01 and 75. RGB value is (89,1,117). Sum of RGB (Red+Green+Blue) = 89+1+117=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #590175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590175 is #A6FE8A. Grayscale: #282828. Windows color (decimal): -10944139 or 7668057. OLE color: 7668057.

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

Color convert

RGB 89 1 117 -
CMYK 0.24 0.99 0 0.54
HSL 285.52º 0.98% 0.23% -
HSV(B) 285.52º 0.99% 0.46% -
XYZ 7.34 3.43 17.1 -
YUV 40.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 89 1 117 0.24 0.99 0 0.54 285.52 0.98 0.23
Hex 59 1 75 18 63 0 36 11E 62 17
Octal 131 1 165 30 143 0 66 436 142 27
Binary 1011001 1 1110101 11000 1100011 0 110110 100011110 1100010 10111

Color Harmonies of #590175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590175

Black with #590175

Text Example


Text Example

White with #590175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590175; }

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

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

background-color css

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

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

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

border-color css

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

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

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