#590969

Color #590969 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #590969

Tints of Indigo #590969

Color information

#590969 (or 0x590969) is unknown color: approx Indigo. HEX triplet: 59, 09 and 69. RGB value is (89,9,105). Sum of RGB (Red+Green+Blue) = 89+9+105=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #590969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590969 is #A6F696. Grayscale: #2B2B2B. Windows color (decimal): -10942103 or 6883673. OLE color: 6883673.

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

Color convert

RGB899105-
CMYK0.150.9100.59
HSL290º84.21%22.35%-
HSV(B)290º91.43%41.18%-
XYZ6.773.3413.65-
YUV43.86162.5160.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=43.84%
G=4.43%
B=51.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8991050.150.9100.5929084.2122.35
Hex59969F5B03B1225416
Octal131111511713307344212426
Binary101100110011101001111110110110111011100100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590969; }

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

 H1.HeaderClassName
 {
   color: #590969;
 }
 .AnyTagClassName
 {
   color: #590969;
 }
</style>
background-color css

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

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

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

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

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

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