Html Css Color HEX #590590 Indigo

📋 copy color: '#590590'

red 89 ◦ green 5 ◦ blue 144

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

Shades of Indigo #590590

Tints of Indigo #590590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.5%

R = 37.39%
G = 2.1%
B = 60.5%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#590590 (or 0x590590) is known color: Indigo. HEX triplet: 59, 05 and 90. RGB value is (89,5,144). Sum of RGB (Red+Green+Blue) = 89+5+144=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #590590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590590 is #A6FA6F. Grayscale: #2D2D2D. Windows color (decimal): -10943088 or 9438553. OLE color: 9438553.

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

Color convert

RGB 89 5 144 -
CMYK 0.38 0.97 0 0.44
HSL 276.26º 0.93% 0.29% -
HSV(B) 276.26º 0.97% 0.56% -
XYZ 9.21 4.25 26.72 -
YUV 45.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 89 5 144 0.38 0.97 0 0.44 276.26 0.93 0.29
Hex 59 5 90 26 61 0 2C 114 5D 1D
Octal 131 5 220 46 141 0 54 424 135 35
Binary 1011001 101 10010000 100110 1100001 0 101100 100010100 1011101 11101

Color Harmonies of #590590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590590

Black with #590590

Text Example


Text Example

White with #590590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590590; }

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

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

background-color css

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

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

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

border-color css

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

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

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