#490B62

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

Shades of Indigo #490B62

Tints of Indigo #490B62

Color information

#490B62 (or 0x490B62) is unknown color: approx Indigo. HEX triplet: 49, 0B and 62. RGB value is (73,11,98). Sum of RGB (Red+Green+Blue) = 73+11+98=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #490B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B62 is #B6F49D. Grayscale: #272727. Windows color (decimal): -11990174 or 6425417. OLE color: 6425417.

HSL color Cylindrical-coordinate representation of color #490B62: hue angle of 282.76º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490B62 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB731198-
CMYK0.260.8900.62
HSL282.76º79.82%21.37%-
HSV(B)282.76º88.78%38.43%-
XYZ5.072.5411.78-
YUV39.46161.04151.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=40.11%
G=6.04%
B=53.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7311980.260.8900.62282.7679.8221.37
Hex49B621A5903E11b5015
Octal111131423213107643312025
Binary1001001101111000101101010110010111110100011011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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