Html Css Color HEX #590986 Indigo

📋 copy color: '#590986'

red 89 ◦ green 9 ◦ blue 134

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

Shades of Indigo #590986

Tints of Indigo #590986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 134 (52.73% from 255) = 57.76%

R = 38.36%
G = 3.88%
B = 57.76%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#590986 (or 0x590986) is known color: Indigo. HEX triplet: 59, 09 and 86. RGB value is (89,9,134). Sum of RGB (Red+Green+Blue) = 89+9+134=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #590986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590986 is #A6F679. Grayscale: #2E2E2E. Windows color (decimal): -10942074 or 8784217. OLE color: 8784217.

HSL color Cylindrical-coordinate representation of color #590986: hue angle of 278.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590986 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 9 134 -
CMYK 0.34 0.93 0 0.47
HSL 278.4º 0.87% 0.28% -
HSV(B) 278.4º 0.93% 0.53% -
XYZ 8.52 4.04 22.89 -
YUV 47.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 89 9 134 0.34 0.93 0 0.47 278.4 0.87 0.28
Hex 59 9 86 22 5D 0 2F 116 57 1C
Octal 131 11 206 42 135 0 57 426 127 34
Binary 1011001 1001 10000110 100010 1011101 0 101111 100010110 1010111 11100

Color Harmonies of #590986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590986

Black with #590986

Text Example


Text Example

White with #590986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590986; }

 p { color: rgb(89,9,134); }

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

background-color css

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

 a { background-color: rgb(89,9,134); }

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

border-color css

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

 span { border-color: rgb(89,9,134); }

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