#490192

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

Shades of Indigo #490192

Tints of Indigo #490192

Color information

#490192 (or 0x490192) is unknown color: approx Indigo. HEX triplet: 49, 01 and 92. RGB value is (73,1,146). Sum of RGB (Red+Green+Blue) = 73+1+146=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #490192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490192 is #B6FE6D. Grayscale: #262626. Windows color (decimal): -11992686 or 9568585. OLE color: 9568585.

HSL color Cylindrical-coordinate representation of color #490192: hue angle of 269.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490192 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB731146-
CMYK0.50.9900.43
HSL269.79º98.64%28.82%-
HSV(B)269.79º99.32%57.25%-
XYZ7.953.5127.45-
YUV39.06188.35152.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 146 (57.42% from 255) = 66.36%
R=33.18%
G=0.45%
B=66.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7311460.50.9900.43269.7998.6428.82
Hex49192326302B10e631d
Octal11112226214305341614335
Binary100100111001001011001011000110101011100001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490192; }

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

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

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

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

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

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

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

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