Html Css Color HEX #590295 Indigo

📋 copy color: '#590295'

red 89 ◦ green 2 ◦ blue 149

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

Shades of Indigo #590295

Tints of Indigo #590295

RGB

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

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

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

R = 37.08%
G = 0.83%
B = 62.08%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590295 (or 0x590295) is known color: Indigo. HEX triplet: 59, 02 and 95. RGB value is (89,2,149). Sum of RGB (Red+Green+Blue) = 89+2+149=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #590295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590295 is #A6FD6A. Grayscale: #2C2C2C. Windows color (decimal): -10943851 or 9765465. OLE color: 9765465.

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

Color convert

RGB 89 2 149 -
CMYK 0.40 0.99 0 0.42
HSL 275.51º 0.97% 0.3% -
HSV(B) 275.51º 0.99% 0.58% -
XYZ 9.57 4.34 28.77 -
YUV 44.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 89 2 149 0.40 0.99 0 0.42 275.51 0.97 0.3
Hex 59 2 95 28 63 0 2A 114 61 1E
Octal 131 2 225 50 143 0 52 424 141 36
Binary 1011001 10 10010101 101000 1100011 0 101010 100010100 1100001 11110

Color Harmonies of #590295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590295

Black with #590295

Text Example


Text Example

White with #590295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590295; }

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

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

background-color css

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

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

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

border-color css

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

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

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