#490078

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

Shades of Indigo #490078

Tints of Indigo #490078

Color information

#490078 (or 0x490078) is unknown color: approx Indigo. HEX triplet: 49, 00 and 78. RGB value is (73,0,120). Sum of RGB (Red+Green+Blue) = 73+0+120=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #490078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490078 is #B6FF87. Grayscale: #232323. Windows color (decimal): -11992968 or 7864393. OLE color: 7864393.

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

Color convert

RGB730120-
CMYK0.39100.53
HSL276.5º100%23.53%-
HSV(B)276.5º100%47.06%-
XYZ6.142.7717.98-
YUV35.51175.68154.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=37.82%
G=0%
B=62.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7301200.39100.53276.510023.53
Hex4907827640351146418
Octal11101704714406542414430
Binary10010010111100010011111001000110101100010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490078; }

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

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

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

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

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

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

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

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