#490B9C

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

Shades of Indigo #490B9C

Tints of Indigo #490B9C

Color information

#490B9C (or 0x490B9C) is unknown color: approx Indigo. HEX triplet: 49, 0B and 9C. RGB value is (73,11,156). Sum of RGB (Red+Green+Blue) = 73+11+156=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #490B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B9C is #B6F463. Grayscale: #2D2D2D. Windows color (decimal): -11990116 or 10226505. OLE color: 10226505.

HSL color Cylindrical-coordinate representation of color #490B9C: hue angle of 265.66º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490B9C is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7311156-
CMYK0.530.9300.39
HSL265.66º86.83%32.75%-
HSV(B)265.66º92.95%61.18%-
XYZ8.874.0631.77-
YUV46.07190.04147.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 156 (61.33% from 255) = 65%
R=30.42%
G=4.58%
B=65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73111560.530.9300.39265.6686.8332.75
Hex49B9C355D02710a5721
Octal111132346513504741212741
Binary1001001101110011100110101101110101001111000010101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,11,156); }

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

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

 a { background-color: rgb(73,11,156); }

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

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

 span { border-color: rgb(73,11,156); }

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