#490D97

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

Shades of Indigo #490D97

Tints of Indigo #490D97

Color information

#490D97 (or 0x490D97) is unknown color: approx Indigo. HEX triplet: 49, 0D and 97. RGB value is (73,13,151). Sum of RGB (Red+Green+Blue) = 73+13+151=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #490D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D97 is #B6F268. Grayscale: #2E2E2E. Windows color (decimal): -11989609 or 9899337. OLE color: 9899337.

HSL color Cylindrical-coordinate representation of color #490D97: hue angle of 266.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490D97 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7313151-
CMYK0.520.9100.41
HSL266.09º84.15%32.16%-
HSV(B)266.09º91.39%59.22%-
XYZ8.483.9429.59-
YUV46.67186.88146.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 151 (59.38% from 255) = 63.71%
R=30.80%
G=5.49%
B=63.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73131510.520.9100.41266.0984.1532.16
Hex49D97345B02910a5420
Octal111152276413305141212440
Binary1001001110110010111110100101101101010011000010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490D97; }

 p { color: rgb(73,13,151); }

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

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

 a { background-color: rgb(73,13,151); }

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

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

 span { border-color: rgb(73,13,151); }

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