Html Css Color HEX #590C76 Indigo

📋 copy color: '#590C76'

red 89 ◦ green 12 ◦ blue 118

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

Shades of Indigo #590C76

Tints of Indigo #590C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 40.64%
G = 5.48%
B = 53.88%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#590C76 (or 0x590C76) is known color: Indigo. HEX triplet: 59, 0C and 76. RGB value is (89,12,118). Sum of RGB (Red+Green+Blue) = 89+12+118=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #590C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C76 is #A6F389. Grayscale: #2E2E2E. Windows color (decimal): -10941322 or 7736409. OLE color: 7736409.

HSL color Cylindrical-coordinate representation of color #590C76: hue angle of 283.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590C76 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 12 118 -
CMYK 0.25 0.90 0 0.54
HSL 283.58º 0.82% 0.25% -
HSV(B) 283.58º 0.9% 0.46% -
XYZ 7.52 3.69 17.46 -
YUV 47.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 89 12 118 0.25 0.90 0 0.54 283.58 0.82 0.25
Hex 59 C 76 19 5A 0 36 11C 52 19
Octal 131 14 166 31 132 0 66 434 122 31
Binary 1011001 1100 1110110 11001 1011010 0 110110 100011100 1010010 11001

Color Harmonies of #590C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C76

Black with #590C76

Text Example


Text Example

White with #590C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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