#590585

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

Shades of Indigo #590585

Tints of Indigo #590585

Color information

#590585 (or 0x590585) is unknown color: approx Indigo. HEX triplet: 59, 05 and 85. RGB value is (89,5,133). Sum of RGB (Red+Green+Blue) = 89+5+133=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #590585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590585 is #A6FA7A. Grayscale: #2C2C2C. Windows color (decimal): -10943099 or 8717657. OLE color: 8717657.

HSL color Cylindrical-coordinate representation of color #590585: hue angle of 279.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590585 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB895133-
CMYK0.330.9600.48
HSL279.38º92.75%27.06%-
HSV(B)279.38º96.24%52.16%-
XYZ8.413.9322.5-
YUV44.71177.83159.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.21%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=39.21%
G=2.20%
B=58.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8951330.330.9600.48279.3892.7527.06
Hex5958521600301175d1b
Octal13152054114006042713533
Binary10110011011000010110000111000000110000100010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590585; }

 p { color: rgb(89,5,133); }

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

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

 a { background-color: rgb(89,5,133); }

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

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

 span { border-color: rgb(89,5,133); }

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