#591382

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

Shades of Indigo #591382

Tints of Indigo #591382

Color information

#591382 (or 0x591382) is unknown color: approx Indigo. HEX triplet: 59, 13 and 82. RGB value is (89,19,130). Sum of RGB (Red+Green+Blue) = 89+19+130=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #591382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591382 is #A6EC7D. Grayscale: #343434. Windows color (decimal): -10939518 or 8524633. OLE color: 8524633.

HSL color Cylindrical-coordinate representation of color #591382: hue angle of 277.84º degrees, saturation: 0.74, 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 #591382 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8919130-
CMYK0.320.8500.49
HSL277.84º74.5%29.22%-
HSV(B)277.84º85.38%50.98%-
XYZ8.384.221.49-
YUV52.58171.69153.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 130 (51.17% from 255) = 54.62%
R=37.39%
G=7.98%
B=54.62%

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
Decimal89191300.320.8500.49277.8474.529.22
Hex59138220550311164a1d
Octal131232024012506142611235
Binary1011001100111000001010000010101010110001100010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591382; }

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

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

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

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

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

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

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

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