Html Css Color HEX #590273 Indigo

📋 copy color: '#590273'

red 89 ◦ green 2 ◦ blue 115

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

Shades of Indigo #590273

Tints of Indigo #590273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 43.2%
G = 0.97%
B = 55.83%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#590273 (or 0x590273) is known color: Indigo. HEX triplet: 59, 02 and 73. RGB value is (89,2,115). Sum of RGB (Red+Green+Blue) = 89+2+115=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #590273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590273 is #A6FD8C. Grayscale: #282828. Windows color (decimal): -10943885 or 7537241. OLE color: 7537241.

HSL color Cylindrical-coordinate representation of color #590273: hue angle of 286.19º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590273 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 2 115 -
CMYK 0.23 0.98 0 0.55
HSL 286.19º 0.97% 0.23% -
HSV(B) 286.19º 0.98% 0.45% -
XYZ 7.24 3.41 16.5 -
YUV 40.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 89 2 115 0.23 0.98 0 0.55 286.19 0.97 0.23
Hex 59 2 73 17 62 0 37 11E 61 17
Octal 131 2 163 27 142 0 67 436 141 27
Binary 1011001 10 1110011 10111 1100010 0 110111 100011110 1100001 10111

Color Harmonies of #590273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590273

Black with #590273

Text Example


Text Example

White with #590273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590273; }

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

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

background-color css

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

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

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

border-color css

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

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

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