#490985

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

Shades of Indigo #490985

Tints of Indigo #490985

Color information

#490985 (or 0x490985) is unknown color: approx Indigo. HEX triplet: 49, 09 and 85. RGB value is (73,9,133). Sum of RGB (Red+Green+Blue) = 73+9+133=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #490985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490985 is #B6F67A. Grayscale: #292929. Windows color (decimal): -11990651 or 8718665. OLE color: 8718665.

HSL color Cylindrical-coordinate representation of color #490985: hue angle of 270.97º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490985 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB739133-
CMYK0.450.9300.48
HSL270.97º87.32%27.84%-
HSV(B)270.97º93.23%52.16%-
XYZ7.083.3122.46-
YUV42.27179.2149.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=33.95%
G=4.19%
B=61.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7391330.450.9300.48270.9787.3227.84
Hex499852D5D03010f571c
Octal111112055513506041712734
Binary100100110011000010110110110111010110000100001111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490985; }

 p { color: rgb(73,9,133); }

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

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

 a { background-color: rgb(73,9,133); }

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

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

 span { border-color: rgb(73,9,133); }

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