Html Css Color HEX #590482 Indigo

📋 copy color: '#590482'

red 89 ◦ green 4 ◦ blue 130

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

Shades of Indigo #590482

Tints of Indigo #590482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 39.91%
G = 1.79%
B = 58.3%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#590482 (or 0x590482) is known color: Indigo. HEX triplet: 59, 04 and 82. RGB value is (89,4,130). Sum of RGB (Red+Green+Blue) = 89+4+130=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #590482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590482 is #A6FB7D. Grayscale: #2B2B2B. Windows color (decimal): -10943358 or 8520793. OLE color: 8520793.

HSL color Cylindrical-coordinate representation of color #590482: hue angle of 280.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590482 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 4 130 -
CMYK 0.32 0.97 0 0.49
HSL 280.48º 0.94% 0.26% -
HSV(B) 280.48º 0.97% 0.51% -
XYZ 8.19 3.82 21.43 -
YUV 43.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 89 4 130 0.32 0.97 0 0.49 280.48 0.94 0.26
Hex 59 4 82 20 61 0 31 118 5E 1A
Octal 131 4 202 40 141 0 61 430 136 32
Binary 1011001 100 10000010 100000 1100001 0 110001 100011000 1011110 11010

Color Harmonies of #590482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590482

Black with #590482

Text Example


Text Example

White with #590482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590482; }

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

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

background-color css

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

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

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

border-color css

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

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

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