#490992

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

Shades of Indigo #490992

Tints of Indigo #490992

Color information

#490992 (or 0x490992) is unknown color: approx Indigo. HEX triplet: 49, 09 and 92. RGB value is (73,9,146). Sum of RGB (Red+Green+Blue) = 73+9+146=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #490992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490992 is #B6F66D. Grayscale: #2B2B2B. Windows color (decimal): -11990638 or 9570633. OLE color: 9570633.

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

Color convert

RGB739146-
CMYK0.50.9400.43
HSL268.03º88.39%30.39%-
HSV(B)268.03º93.84%57.25%-
XYZ8.033.6927.48-
YUV43.75185.7148.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=32.02%
G=3.95%
B=64.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7391460.50.9400.43268.0388.3930.39
Hex49992325E02B10c581e
Octal111112226213605341413036
Binary100100110011001001011001010111100101011100001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490992; }

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

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

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

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

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

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

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

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