Html Css Color HEX #590296 Indigo

📋 copy color: '#590296'

red 89 ◦ green 2 ◦ blue 150

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

Shades of Indigo #590296

Tints of Indigo #590296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 36.93%
G = 0.83%
B = 62.24%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#590296 (or 0x590296) is known color: Indigo. HEX triplet: 59, 02 and 96. RGB value is (89,2,150). Sum of RGB (Red+Green+Blue) = 89+2+150=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #590296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590296 is #A6FD69. Grayscale: #2C2C2C. Windows color (decimal): -10943850 or 9831001. OLE color: 9831001.

HSL color Cylindrical-coordinate representation of color #590296: hue angle of 275.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590296 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 2 150 -
CMYK 0.41 0.99 0 0.41
HSL 275.27º 0.97% 0.3% -
HSV(B) 275.27º 0.99% 0.59% -
XYZ 9.65 4.37 29.19 -
YUV 44.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 89 2 150 0.41 0.99 0 0.41 275.27 0.97 0.3
Hex 59 2 96 29 63 0 29 113 61 1E
Octal 131 2 226 51 143 0 51 423 141 36
Binary 1011001 10 10010110 101001 1100011 0 101001 100010011 1100001 11110

Color Harmonies of #590296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590296

Black with #590296

Text Example


Text Example

White with #590296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590296; }

 p { color: rgb(89,2,150); }

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

background-color css

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

 a { background-color: rgb(89,2,150); }

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

border-color css

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

 span { border-color: rgb(89,2,150); }

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