#490574

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

Shades of Indigo #490574

Tints of Indigo #490574

Color information

#490574 (or 0x490574) is unknown color: approx Indigo. HEX triplet: 49, 05 and 74. RGB value is (73,5,116). Sum of RGB (Red+Green+Blue) = 73+5+116=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #490574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490574 is #B6FA8B. Grayscale: #252525. Windows color (decimal): -11991692 or 7603529. OLE color: 7603529.

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

Color convert

RGB735116-
CMYK0.370.9600.55
HSL276.76º91.74%23.73%-
HSV(B)276.76º95.69%45.49%-
XYZ5.952.7916.75-
YUV37.99172.03152.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=37.63%
G=2.58%
B=59.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7351160.370.9600.55276.7691.7423.73
Hex4957425600371155c18
Octal11151644514006742513430
Binary1001001101111010010010111000000110111100010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490574; }

 p { color: rgb(73,5,116); }

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

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

 a { background-color: rgb(73,5,116); }

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

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

 span { border-color: rgb(73,5,116); }

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