Html Css Color HEX #590278 Indigo

📋 copy color: '#590278'

red 89 ◦ green 2 ◦ blue 120

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

Shades of Indigo #590278

Tints of Indigo #590278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 42.18%
G = 0.95%
B = 56.87%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#590278 (or 0x590278) is known color: Indigo. HEX triplet: 59, 02 and 78. RGB value is (89,2,120). Sum of RGB (Red+Green+Blue) = 89+2+120=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #590278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590278 is #A6FD87. Grayscale: #292929. Windows color (decimal): -10943880 or 7864921. OLE color: 7864921.

HSL color Cylindrical-coordinate representation of color #590278: hue angle of 284.24º 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 #590278 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 2 120 -
CMYK 0.26 0.98 0 0.53
HSL 284.24º 0.97% 0.24% -
HSV(B) 284.24º 0.98% 0.47% -
XYZ 7.53 3.52 18.05 -
YUV 41.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 89 2 120 0.26 0.98 0 0.53 284.24 0.97 0.24
Hex 59 2 78 1A 62 0 35 11C 61 18
Octal 131 2 170 32 142 0 65 434 141 30
Binary 1011001 10 1111000 11010 1100010 0 110101 100011100 1100001 11000

Color Harmonies of #590278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590278

Black with #590278

Text Example


Text Example

White with #590278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590278; }

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

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

background-color css

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

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

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

border-color css

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

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

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