#491376

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

Shades of Indigo #491376

Tints of Indigo #491376

Color information

#491376 (or 0x491376) is unknown color: approx Indigo. HEX triplet: 49, 13 and 76. RGB value is (73,19,118). Sum of RGB (Red+Green+Blue) = 73+19+118=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #491376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491376 is #B6EC89. Grayscale: #2E2E2E. Windows color (decimal): -11988106 or 7738185. OLE color: 7738185.

HSL color Cylindrical-coordinate representation of color #491376: hue angle of 272.73º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491376 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7319118-
CMYK0.380.8400.54
HSL272.73º72.26%26.86%-
HSV(B)272.73º83.9%46.27%-
XYZ6.253.1917.43-
YUV46.43168.39146.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=34.76%
G=9.05%
B=56.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73191180.380.8400.54272.7372.2626.86
Hex4913762654036111481b
Octal111231664612406642111033
Binary100100110011111011010011010101000110110100010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491376; }

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

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

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

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

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

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

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

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