#490161

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

Shades of Indigo #490161

Tints of Indigo #490161

Color information

#490161 (or 0x490161) is unknown color: approx Indigo. HEX triplet: 49, 01 and 61. RGB value is (73,1,97). Sum of RGB (Red+Green+Blue) = 73+1+97=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #490161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490161 is #B6FE9E. Grayscale: #212121. Windows color (decimal): -11992735 or 6357321. OLE color: 6357321.

HSL color Cylindrical-coordinate representation of color #490161: hue angle of 285º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490161 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB73197-
CMYK0.250.9900.62
HSL285º97.96%19.22%-
HSV(B)285º98.97%38.04%-
XYZ4.922.311.49-
YUV33.47163.85156.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=42.69%
G=0.58%
B=56.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal731970.250.9900.6228597.9619.22
Hex49161196303E11d6213
Octal11111413114307643514223
Binary1001001111000011100111000110111110100011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490161; }

 p { color: rgb(73,1,97); }

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

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

 a { background-color: rgb(73,1,97); }

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

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

 span { border-color: rgb(73,1,97); }

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