Html Css Color HEX #590382 Indigo

📋 copy color: '#590382'

red 89 ◦ green 3 ◦ blue 130

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

Shades of Indigo #590382

Tints of Indigo #590382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 40.09%
G = 1.35%
B = 58.56%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#590382 (or 0x590382) is known color: Indigo. HEX triplet: 59, 03 and 82. RGB value is (89,3,130). Sum of RGB (Red+Green+Blue) = 89+3+130=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #590382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590382 is #A6FC7D. Grayscale: #2A2A2A. Windows color (decimal): -10943614 or 8520537. OLE color: 8520537.

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

Color convert

RGB 89 3 130 -
CMYK 0.32 0.98 0 0.49
HSL 280.63º 0.95% 0.26% -
HSV(B) 280.63º 0.98% 0.51% -
XYZ 8.18 3.8 21.42 -
YUV 43.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 89 3 130 0.32 0.98 0 0.49 280.63 0.95 0.26
Hex 59 3 82 20 62 0 31 119 5F 1A
Octal 131 3 202 40 142 0 61 431 137 32
Binary 1011001 11 10000010 100000 1100010 0 110001 100011001 1011111 11010

Color Harmonies of #590382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590382

Black with #590382

Text Example


Text Example

White with #590382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590382; }

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

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

background-color css

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

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

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

border-color css

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

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

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