#591484

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

Shades of Indigo #591484

Tints of Indigo #591484

Color information

#591484 (or 0x591484) is unknown color: approx Indigo. HEX triplet: 59, 14 and 84. RGB value is (89,20,132). Sum of RGB (Red+Green+Blue) = 89+20+132=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #591484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591484 is #A6EB7B. Grayscale: #353535. Windows color (decimal): -10939260 or 8655961. OLE color: 8655961.

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

Color convert

RGB8920132-
CMYK0.330.8500.48
HSL276.96º73.68%29.8%-
HSV(B)276.96º84.85%51.76%-
XYZ8.534.2922.21-
YUV53.4172.36153.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=36.93%
G=8.30%
B=54.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89201320.330.8500.48276.9673.6829.8
Hex59148421550301154a1e
Octal131242044112506042511236
Binary1011001101001000010010000110101010110000100010101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591484; }

 p { color: rgb(89,20,132); }

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

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

 a { background-color: rgb(89,20,132); }

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

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

 span { border-color: rgb(89,20,132); }

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