Html Css Color HEX #590591 Indigo

📋 copy color: '#590591'

red 89 ◦ green 5 ◦ blue 145

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

Shades of Indigo #590591

Tints of Indigo #590591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.67%

R = 37.24%
G = 2.09%
B = 60.67%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#590591 (or 0x590591) is known color: Indigo. HEX triplet: 59, 05 and 91. RGB value is (89,5,145). Sum of RGB (Red+Green+Blue) = 89+5+145=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #590591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590591 is #A6FA6E. Grayscale: #2D2D2D. Windows color (decimal): -10943087 or 9504089. OLE color: 9504089.

HSL color Cylindrical-coordinate representation of color #590591: hue angle of 276º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590591 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 5 145 -
CMYK 0.39 0.97 0 0.43
HSL 276º 0.93% 0.29% -
HSV(B) 276º 0.97% 0.57% -
XYZ 9.28 4.28 27.12 -
YUV 46.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 89 5 145 0.39 0.97 0 0.43 276 0.93 0.29
Hex 59 5 91 27 61 0 2B 114 5D 1D
Octal 131 5 221 47 141 0 53 424 135 35
Binary 1011001 101 10010001 100111 1100001 0 101011 100010100 1011101 11101

Color Harmonies of #590591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590591

Black with #590591

Text Example


Text Example

White with #590591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590591; }

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

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

background-color css

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

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

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

border-color css

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

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

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