Html Css Color HEX #590872 Indigo

📋 copy color: '#590872'

red 89 ◦ green 8 ◦ blue 114

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

Shades of Indigo #590872

Tints of Indigo #590872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 42.18%
G = 3.79%
B = 54.03%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#590872 (or 0x590872) is known color: Indigo. HEX triplet: 59, 08 and 72. RGB value is (89,8,114). Sum of RGB (Red+Green+Blue) = 89+8+114=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #590872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590872 is #A6F78D. Grayscale: #2B2B2B. Windows color (decimal): -10942350 or 7473241. OLE color: 7473241.

HSL color Cylindrical-coordinate representation of color #590872: hue angle of 285.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590872 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 8 114 -
CMYK 0.22 0.93 0 0.55
HSL 285.85º 0.87% 0.24% -
HSV(B) 285.85º 0.93% 0.45% -
XYZ 7.24 3.51 16.22 -
YUV 44.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 89 8 114 0.22 0.93 0 0.55 285.85 0.87 0.24
Hex 59 8 72 16 5D 0 37 11E 57 18
Octal 131 10 162 26 135 0 67 436 127 30
Binary 1011001 1000 1110010 10110 1011101 0 110111 100011110 1010111 11000

Color Harmonies of #590872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590872

Black with #590872

Text Example


Text Example

White with #590872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590872; }

 p { color: rgb(89,8,114); }

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

background-color css

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

 a { background-color: rgb(89,8,114); }

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

border-color css

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

 span { border-color: rgb(89,8,114); }

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