#490D78

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

Shades of Indigo #490D78

Tints of Indigo #490D78

Color information

#490D78 (or 0x490D78) is unknown color: approx Indigo. HEX triplet: 49, 0D and 78. RGB value is (73,13,120). Sum of RGB (Red+Green+Blue) = 73+13+120=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #490D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D78 is #B6F287. Grayscale: #2A2A2A. Windows color (decimal): -11989640 or 7867721. OLE color: 7867721.

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

Color convert

RGB7313120-
CMYK0.390.8900.53
HSL273.64º80.45%26.08%-
HSV(B)273.64º89.17%47.06%-
XYZ6.283.0618.03-
YUV43.14171.38149.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=35.44%
G=6.31%
B=58.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73131200.390.8900.53273.6480.4526.08
Hex49D782759035112501a
Octal111151704713106542212032
Binary10010011101111100010011110110010110101100010010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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