Html Css Color HEX #590C70 Indigo

📋 copy color: '#590C70'

red 89 ◦ green 12 ◦ blue 112

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

Shades of Indigo #590C70

Tints of Indigo #590C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

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

R = 41.78%
G = 5.63%
B = 52.58%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#590C70 (or 0x590C70) is known color: Indigo. HEX triplet: 59, 0C and 70. RGB value is (89,12,112). Sum of RGB (Red+Green+Blue) = 89+12+112=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #590C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C70 is #A6F38F. Grayscale: #2E2E2E. Windows color (decimal): -10941328 or 7343193. OLE color: 7343193.

HSL color Cylindrical-coordinate representation of color #590C70: hue angle of 286.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590C70 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 12 112 -
CMYK 0.21 0.89 0 0.56
HSL 286.2º 0.81% 0.24% -
HSV(B) 286.2º 0.89% 0.44% -
XYZ 7.18 3.56 15.64 -
YUV 46.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 89 12 112 0.21 0.89 0 0.56 286.2 0.81 0.24
Hex 59 C 70 15 59 0 38 11E 51 18
Octal 131 14 160 25 131 0 70 436 121 30
Binary 1011001 1100 1110000 10101 1011001 0 111000 100011110 1010001 11000

Color Harmonies of #590C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C70

Black with #590C70

Text Example


Text Example

White with #590C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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