Html Css Color HEX #590690 Indigo

📋 copy color: '#590690'

red 89 ◦ green 6 ◦ blue 144

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

Shades of Indigo #590690

Tints of Indigo #590690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 37.24%
G = 2.51%
B = 60.25%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#590690 (or 0x590690) is known color: Indigo. HEX triplet: 59, 06 and 90. RGB value is (89,6,144). Sum of RGB (Red+Green+Blue) = 89+6+144=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #590690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590690 is #A6F96F. Grayscale: #2E2E2E. Windows color (decimal): -10942832 or 9438809. OLE color: 9438809.

HSL color Cylindrical-coordinate representation of color #590690: hue angle of 276.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590690 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 6 144 -
CMYK 0.38 0.96 0 0.44
HSL 276.09º 0.92% 0.29% -
HSV(B) 276.09º 0.96% 0.56% -
XYZ 9.22 4.27 26.72 -
YUV 46.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 89 6 144 0.38 0.96 0 0.44 276.09 0.92 0.29
Hex 59 6 90 26 60 0 2C 114 5C 1D
Octal 131 6 220 46 140 0 54 424 134 35
Binary 1011001 110 10010000 100110 1100000 0 101100 100010100 1011100 11101

Color Harmonies of #590690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590690

Black with #590690

Text Example


Text Example

White with #590690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590690; }

 p { color: rgb(89,6,144); }

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

background-color css

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

 a { background-color: rgb(89,6,144); }

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

border-color css

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

 span { border-color: rgb(89,6,144); }

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