#490461

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

Shades of Indigo #490461

Tints of Indigo #490461

Color information

#490461 (or 0x490461) is unknown color: approx Indigo. HEX triplet: 49, 04 and 61. RGB value is (73,4,97). Sum of RGB (Red+Green+Blue) = 73+4+97=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #490461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490461 is #B6FB9E. Grayscale: #222222. Windows color (decimal): -11991967 or 6358089. OLE color: 6358089.

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

Color convert

RGB73497-
CMYK0.250.9600.62
HSL284.52º92.08%19.8%-
HSV(B)284.52º95.88%38.04%-
XYZ4.952.3711.51-
YUV35.23162.86154.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=41.95%
G=2.30%
B=55.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal734970.250.9600.62284.5292.0819.8
Hex49461196003E11d5c14
Octal11141413114007643513424
Binary100100110011000011100111000000111110100011101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490461; }

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

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

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

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

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

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

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

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