Html Css Color HEX #590966 Indigo

📋 copy color: '#590966'

red 89 ◦ green 9 ◦ blue 102

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

Shades of Indigo #590966

Tints of Indigo #590966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 44.5%
G = 4.5%
B = 51%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#590966 (or 0x590966) is known color: Indigo. HEX triplet: 59, 09 and 66. RGB value is (89,9,102). Sum of RGB (Red+Green+Blue) = 89+9+102=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #590966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590966 is #A6F699. Grayscale: #2B2B2B. Windows color (decimal): -10942106 or 6687065. OLE color: 6687065.

HSL color Cylindrical-coordinate representation of color #590966: hue angle of 291.61º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590966 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 9 102 -
CMYK 0.13 0.91 0 0.6
HSL 291.61º 0.84% 0.22% -
HSV(B) 291.61º 0.91% 0.4% -
XYZ 6.62 3.28 12.85 -
YUV 43.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 89 9 102 0.13 0.91 0 0.6 291.61 0.84 0.22
Hex 59 9 66 D 5B 0 3C 124 54 16
Octal 131 11 146 15 133 0 74 444 124 26
Binary 1011001 1001 1100110 1101 1011011 0 111100 100100100 1010100 10110

Color Harmonies of #590966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590966

Black with #590966

Text Example


Text Example

White with #590966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590966; }

 p { color: rgb(89,9,102); }

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

background-color css

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

 a { background-color: rgb(89,9,102); }

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

border-color css

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

 span { border-color: rgb(89,9,102); }

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