#490673

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

Shades of Indigo #490673

Tints of Indigo #490673

Color information

#490673 (or 0x490673) is unknown color: approx Indigo. HEX triplet: 49, 06 and 73. RGB value is (73,6,115). Sum of RGB (Red+Green+Blue) = 73+6+115=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #490673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490673 is #B6F98C. Grayscale: #262626. Windows color (decimal): -11991437 or 7538249. OLE color: 7538249.

HSL color Cylindrical-coordinate representation of color #490673: hue angle of 276.88º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490673 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB736115-
CMYK0.370.9500.55
HSL276.88º90.08%23.73%-
HSV(B)276.88º94.78%45.1%-
XYZ5.912.7816.45-
YUV38.46171.2152.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=37.63%
G=3.09%
B=59.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7361150.370.9500.55276.8890.0823.73
Hex49673255F0371155a18
Octal11161634513706742513230
Binary1001001110111001110010110111110110111100010101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490673; }

 p { color: rgb(73,6,115); }

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

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

 a { background-color: rgb(73,6,115); }

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

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

 span { border-color: rgb(73,6,115); }

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