#490E78

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

Shades of Indigo #490E78

Tints of Indigo #490E78

Color information

#490E78 (or 0x490E78) is unknown color: approx Indigo. HEX triplet: 49, 0E and 78. RGB value is (73,14,120). Sum of RGB (Red+Green+Blue) = 73+14+120=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #490E78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E78 is #B6F187. Grayscale: #2B2B2B. Windows color (decimal): -11989384 or 7867977. OLE color: 7867977.

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

Color convert

RGB7314120-
CMYK0.390.8800.53
HSL273.4º79.1%26.27%-
HSV(B)273.4º88.33%47.06%-
XYZ6.293.0918.03-
YUV43.72171.05148.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=35.27%
G=6.76%
B=57.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73141200.390.8800.53273.479.126.27
Hex49E7827580351114f1a
Octal111161704713006542111732
Binary10010011110111100010011110110000110101100010001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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