Html Css Color HEX #590595 Indigo

📋 copy color: '#590595'

red 89 ◦ green 5 ◦ blue 149

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

Shades of Indigo #590595

Tints of Indigo #590595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 36.63%
G = 2.06%
B = 61.32%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590595 (or 0x590595) is known color: Indigo. HEX triplet: 59, 05 and 95. RGB value is (89,5,149). Sum of RGB (Red+Green+Blue) = 89+5+149=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #590595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590595 is #A6FA6A. Grayscale: #2E2E2E. Windows color (decimal): -10943083 or 9766233. OLE color: 9766233.

HSL color Cylindrical-coordinate representation of color #590595: hue angle of 275º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590595 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 5 149 -
CMYK 0.40 0.97 0 0.42
HSL 275º 0.94% 0.3% -
HSV(B) 275º 0.97% 0.58% -
XYZ 9.6 4.4 28.78 -
YUV 46.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 89 5 149 0.40 0.97 0 0.42 275 0.94 0.3
Hex 59 5 95 28 61 0 2A 113 5E 1E
Octal 131 5 225 50 141 0 52 423 136 36
Binary 1011001 101 10010101 101000 1100001 0 101010 100010011 1011110 11110

Color Harmonies of #590595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590595

Black with #590595

Text Example


Text Example

White with #590595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590595; }

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

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

background-color css

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

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

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

border-color css

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

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

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