#591282

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

Shades of Indigo #591282

Tints of Indigo #591282

Color information

#591282 (or 0x591282) is unknown color: approx Indigo. HEX triplet: 59, 12 and 82. RGB value is (89,18,130). Sum of RGB (Red+Green+Blue) = 89+18+130=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #591282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591282 is #A6ED7D. Grayscale: #333333. Windows color (decimal): -10939774 or 8524377. OLE color: 8524377.

HSL color Cylindrical-coordinate representation of color #591282: hue angle of 278.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591282 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8918130-
CMYK0.320.8600.49
HSL278.04º75.68%29.02%-
HSV(B)278.04º86.15%50.98%-
XYZ8.374.1721.48-
YUV52172.02154.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=37.55%
G=7.59%
B=54.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89181300.320.8600.49278.0475.6829.02
Hex59128220560311164c1d
Octal131222024012606142611435
Binary1011001100101000001010000010101100110001100010110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591282; }

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

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

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

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

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

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

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

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