#591482

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

Shades of Indigo #591482

Tints of Indigo #591482

Color information

#591482 (or 0x591482) is unknown color: approx Indigo. HEX triplet: 59, 14 and 82. RGB value is (89,20,130). Sum of RGB (Red+Green+Blue) = 89+20+130=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #591482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591482 is #A6EB7D. Grayscale: #343434. Windows color (decimal): -10939262 or 8524889. OLE color: 8524889.

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

Color convert

RGB8920130-
CMYK0.320.8500.49
HSL277.64º73.33%29.41%-
HSV(B)277.64º84.62%50.98%-
XYZ8.44.2421.49-
YUV53.17171.36153.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=37.24%
G=8.37%
B=54.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89201300.320.8500.49277.6473.3329.41
Hex5914822055031116491d
Octal131242024012506142611135
Binary1011001101001000001010000010101010110001100010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591482; }

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

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

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

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

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

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

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

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