#590968

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

Shades of Indigo #590968

Tints of Indigo #590968

Color information

#590968 (or 0x590968) is unknown color: approx Indigo. HEX triplet: 59, 09 and 68. RGB value is (89,9,104). Sum of RGB (Red+Green+Blue) = 89+9+104=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #590968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590968 is #A6F697. Grayscale: #2B2B2B. Windows color (decimal): -10942104 or 6818137. OLE color: 6818137.

HSL color Cylindrical-coordinate representation of color #590968: hue angle of 290.53º 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 #590968 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB899104-
CMYK0.140.9100.59
HSL290.53º84.07%22.16%-
HSV(B)290.53º91.35%40.78%-
XYZ6.723.3213.38-
YUV43.75162160.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=44.06%
G=4.46%
B=51.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8991040.140.9100.59290.5384.0722.16
Hex59968E5B03B1235416
Octal131111501613307344312426
Binary101100110011101000111010110110111011100100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590968; }

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

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

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

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

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

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

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

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