Html Css Color HEX #590277 Indigo

📋 copy color: '#590277'

red 89 ◦ green 2 ◦ blue 119

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

Shades of Indigo #590277

Tints of Indigo #590277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 42.38%
G = 0.95%
B = 56.67%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#590277 (or 0x590277) is known color: Indigo. HEX triplet: 59, 02 and 77. RGB value is (89,2,119). Sum of RGB (Red+Green+Blue) = 89+2+119=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #590277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590277 is #A6FD88. Grayscale: #282828. Windows color (decimal): -10943881 or 7799385. OLE color: 7799385.

HSL color Cylindrical-coordinate representation of color #590277: hue angle of 284.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590277 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 2 119 -
CMYK 0.25 0.98 0 0.53
HSL 284.62º 0.97% 0.24% -
HSV(B) 284.62º 0.98% 0.47% -
XYZ 7.47 3.5 17.73 -
YUV 41.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 89 2 119 0.25 0.98 0 0.53 284.62 0.97 0.24
Hex 59 2 77 19 62 0 35 11D 61 18
Octal 131 2 167 31 142 0 65 435 141 30
Binary 1011001 10 1110111 11001 1100010 0 110101 100011101 1100001 11000

Color Harmonies of #590277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590277

Black with #590277

Text Example


Text Example

White with #590277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590277; }

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

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

background-color css

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

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

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

border-color css

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

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

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