#490768

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

Shades of Indigo #490768

Tints of Indigo #490768

Color information

#490768 (or 0x490768) is unknown color: approx Indigo. HEX triplet: 49, 07 and 68. RGB value is (73,7,104). Sum of RGB (Red+Green+Blue) = 73+7+104=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #490768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490768 is #B6F897. Grayscale: #252525. Windows color (decimal): -11991192 or 6817609. OLE color: 6817609.

HSL color Cylindrical-coordinate representation of color #490768: hue angle of 280.82º degrees, saturation: 0.87, 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 #490768 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB737104-
CMYK0.300.9300.59
HSL280.82º87.39%21.76%-
HSV(B)280.82º93.27%40.78%-
XYZ5.322.5713.31-
YUV37.79165.37153.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=39.67%
G=3.80%
B=56.52%

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
Decimal7371040.300.9300.59280.8287.3921.76
Hex497681E5D03B1195716
Octal11171503613507343112726
Binary100100111111010001111010111010111011100011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490768; }

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

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

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

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

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

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

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

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