#490475

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

Shades of Indigo #490475

Tints of Indigo #490475

Color information

#490475 (or 0x490475) is unknown color: approx Indigo. HEX triplet: 49, 04 and 75. RGB value is (73,4,117). Sum of RGB (Red+Green+Blue) = 73+4+117=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #490475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490475 is #B6FB8A. Grayscale: #252525. Windows color (decimal): -11991947 or 7668809. OLE color: 7668809.

HSL color Cylindrical-coordinate representation of color #490475: hue angle of 276.64º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490475 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB734117-
CMYK0.380.9700.54
HSL276.64º93.39%23.73%-
HSV(B)276.64º96.58%45.88%-
XYZ62.7917.05-
YUV37.51172.86153.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=37.63%
G=2.06%
B=60.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7341170.380.9700.54276.6493.3923.73
Hex4947526610361155d18
Octal11141654614106642513530
Binary1001001100111010110011011000010110110100010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490475; }

 p { color: rgb(73,4,117); }

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

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

 a { background-color: rgb(73,4,117); }

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

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

 span { border-color: rgb(73,4,117); }

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