#491389

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

Shades of Indigo #491389

Tints of Indigo #491389

Color information

#491389 (or 0x491389) is unknown color: approx Indigo. HEX triplet: 49, 13 and 89. RGB value is (73,19,137). Sum of RGB (Red+Green+Blue) = 73+19+137=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #491389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491389 is #B6EC76. Grayscale: #303030. Windows color (decimal): -11988087 or 8983369. OLE color: 8983369.

HSL color Cylindrical-coordinate representation of color #491389: hue angle of 267.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491389 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7319137-
CMYK0.470.8600.46
HSL267.46º75.64%30.59%-
HSV(B)267.46º86.13%53.73%-
XYZ7.53.6923.98-
YUV48.6177.89145.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 137 (53.91% from 255) = 59.83%
R=31.88%
G=8.30%
B=59.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73191370.470.8600.46267.4675.6430.59
Hex4913892F5602E10b4c1f
Octal111232115712605641311437
Binary1001001100111000100110111110101100101110100001011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491389; }

 p { color: rgb(73,19,137); }

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

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

 a { background-color: rgb(73,19,137); }

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

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

 span { border-color: rgb(73,19,137); }

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