Html Css Color HEX #590464 Indigo

📋 copy color: '#590464'

red 89 ◦ green 4 ◦ blue 100

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

Shades of Indigo #590464

Tints of Indigo #590464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 100 (39.45% from 255) = 51.81%

R = 46.11%
G = 2.07%
B = 51.81%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#590464 (or 0x590464) is known color: Indigo. HEX triplet: 59, 04 and 64. RGB value is (89,4,100). Sum of RGB (Red+Green+Blue) = 89+4+100=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #590464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590464 is #A6FB9B. Grayscale: #282828. Windows color (decimal): -10943388 or 6554713. OLE color: 6554713.

HSL color Cylindrical-coordinate representation of color #590464: hue angle of 293.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590464 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 4 100 -
CMYK 0.11 0.96 0 0.61
HSL 293.13º 0.92% 0.2% -
HSV(B) 293.13º 0.96% 0.39% -
XYZ 6.46 3.13 12.32 -
YUV 40.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 89 4 100 0.11 0.96 0 0.61 293.13 0.92 0.2
Hex 59 4 64 B 60 0 3D 125 5C 14
Octal 131 4 144 13 140 0 75 445 134 24
Binary 1011001 100 1100100 1011 1100000 0 111101 100100101 1011100 10100

Color Harmonies of #590464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590464

Black with #590464

Text Example


Text Example

White with #590464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590464; }

 p { color: rgb(89,4,100); }

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

background-color css

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

 a { background-color: rgb(89,4,100); }

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

border-color css

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

 span { border-color: rgb(89,4,100); }

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