#490769

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

Shades of Indigo #490769

Tints of Indigo #490769

Color information

#490769 (or 0x490769) is unknown color: approx Indigo. HEX triplet: 49, 07 and 69. RGB value is (73,7,105). Sum of RGB (Red+Green+Blue) = 73+7+105=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #490769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490769 is #B6F896. Grayscale: #252525. Windows color (decimal): -11991191 or 6883145. OLE color: 6883145.

HSL color Cylindrical-coordinate representation of color #490769: hue angle of 280.41º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490769 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB737105-
CMYK0.300.9300.59
HSL280.41º87.5%21.96%-
HSV(B)280.41º93.33%41.18%-
XYZ5.372.5913.58-
YUV37.91165.87153.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=39.46%
G=3.78%
B=56.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7371050.300.9300.59280.4187.521.96
Hex497691E5D03B1185816
Octal11171513613507343013026
Binary100100111111010011111010111010111011100011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490769; }

 p { color: rgb(73,7,105); }

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

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

 a { background-color: rgb(73,7,105); }

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

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

 span { border-color: rgb(73,7,105); }

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