Html Css Color HEX #590570 Indigo

📋 copy color: '#590570'

red 89 ◦ green 5 ◦ blue 112

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

Shades of Indigo #590570

Tints of Indigo #590570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 112 (44.14% from 255) = 54.37%

R = 43.2%
G = 2.43%
B = 54.37%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#590570 (or 0x590570) is known color: Indigo. HEX triplet: 59, 05 and 70. RGB value is (89,5,112). Sum of RGB (Red+Green+Blue) = 89+5+112=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #590570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590570 is #A6FA8F. Grayscale: #292929. Windows color (decimal): -10943120 or 7341401. OLE color: 7341401.

HSL color Cylindrical-coordinate representation of color #590570: hue angle of 287.1º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590570 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 5 112 -
CMYK 0.21 0.96 0 0.56
HSL 287.1º 0.91% 0.23% -
HSV(B) 287.1º 0.96% 0.44% -
XYZ 7.1 3.4 15.61 -
YUV 42.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 89 5 112 0.21 0.96 0 0.56 287.1 0.91 0.23
Hex 59 5 70 15 60 0 38 11F 5B 17
Octal 131 5 160 25 140 0 70 437 133 27
Binary 1011001 101 1110000 10101 1100000 0 111000 100011111 1011011 10111

Color Harmonies of #590570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590570

Black with #590570

Text Example


Text Example

White with #590570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590570; }

 p { color: rgb(89,5,112); }

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

background-color css

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

 a { background-color: rgb(89,5,112); }

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

border-color css

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

 span { border-color: rgb(89,5,112); }

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