#490967

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

Shades of Indigo #490967

Tints of Indigo #490967

Color information

#490967 (or 0x490967) is unknown color: approx Indigo. HEX triplet: 49, 09 and 67. RGB value is (73,9,103). Sum of RGB (Red+Green+Blue) = 73+9+103=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #490967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490967 is #B6F698. Grayscale: #262626. Windows color (decimal): -11990681 or 6752585. OLE color: 6752585.

HSL color Cylindrical-coordinate representation of color #490967: hue angle of 280.85º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490967 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB739103-
CMYK0.290.9100.60
HSL280.85º83.93%21.96%-
HSV(B)280.85º91.26%40.39%-
XYZ5.292.5913.05-
YUV38.85164.2152.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 103 (40.62% from 255) = 55.68%
R=39.46%
G=4.86%
B=55.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7391030.290.9100.60280.8583.9321.96
Hex499671D5B03C1195416
Octal111111473513307443112426
Binary1001001100111001111110110110110111100100011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490967; }

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

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

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

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

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

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

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

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