#4916A2

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

Shades of Indigo #4916A2

Tints of Indigo #4916A2

Color information

#4916A2 (or 0x4916A2) is unknown color: approx Indigo. HEX triplet: 49, 16 and A2. RGB value is (73,22,162). Sum of RGB (Red+Green+Blue) = 73+22+162=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #4916A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4916A2 is #B6E95D. Grayscale: #343434. Windows color (decimal): -11987294 or 10622537. OLE color: 10622537.

HSL color Cylindrical-coordinate representation of color #4916A2: hue angle of 261.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4916A2 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7322162-
CMYK0.550.8600.36
HSL261.86º76.09%36.08%-
HSV(B)261.86º86.42%63.53%-
XYZ9.564.634.57-
YUV53.21189.4142.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 162 (63.67% from 255) = 63.04%
R=28.40%
G=8.56%
B=63.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73221620.550.8600.36261.8676.0936.08
Hex4916A237560241064c24
Octal111262426712604440611444
Binary10010011011010100010110111101011001001001000001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4916A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4916A2; }

 p { color: rgb(73,22,162); }

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

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

 a { background-color: rgb(73,22,162); }

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

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

 span { border-color: rgb(73,22,162); }

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