#591285

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

Shades of Indigo #591285

Tints of Indigo #591285

Color information

#591285 (or 0x591285) is unknown color: approx Indigo. HEX triplet: 59, 12 and 85. RGB value is (89,18,133). Sum of RGB (Red+Green+Blue) = 89+18+133=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #591285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591285 is #A6ED7A. Grayscale: #333333. Windows color (decimal): -10939771 or 8720985. OLE color: 8720985.

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

Color convert

RGB8918133-
CMYK0.330.8600.48
HSL277.04º76.16%29.61%-
HSV(B)277.04º86.47%52.16%-
XYZ8.574.2522.56-
YUV52.34173.52154.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=37.08%
G=7.5%
B=55.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89181330.330.8600.48277.0476.1629.61
Hex59128521560301154c1e
Octal131222054112606042511436
Binary1011001100101000010110000110101100110000100010101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591285; }

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

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

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

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

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

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

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

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