Html Css Color HEX #590494 Indigo

📋 copy color: '#590494'

red 89 ◦ green 4 ◦ blue 148

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

Shades of Indigo #590494

Tints of Indigo #590494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 36.93%
G = 1.66%
B = 61.41%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590494 (or 0x590494) is known color: Indigo. HEX triplet: 59, 04 and 94. RGB value is (89,4,148). Sum of RGB (Red+Green+Blue) = 89+4+148=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #590494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590494 is #A6FB6B. Grayscale: #2D2D2D. Windows color (decimal): -10943340 or 9700441. OLE color: 9700441.

HSL color Cylindrical-coordinate representation of color #590494: hue angle of 275.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590494 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 4 148 -
CMYK 0.40 0.97 0 0.42
HSL 275.42º 0.95% 0.3% -
HSV(B) 275.42º 0.97% 0.58% -
XYZ 9.51 4.35 28.36 -
YUV 45.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 89 4 148 0.40 0.97 0 0.42 275.42 0.95 0.3
Hex 59 4 94 28 61 0 2A 113 5F 1E
Octal 131 4 224 50 141 0 52 423 137 36
Binary 1011001 100 10010100 101000 1100001 0 101010 100010011 1011111 11110

Color Harmonies of #590494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590494

Black with #590494

Text Example


Text Example

White with #590494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590494; }

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

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

background-color css

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

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

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

border-color css

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

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

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