#490166

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

Shades of Indigo #490166

Tints of Indigo #490166

Color information

#490166 (or 0x490166) is unknown color: approx Indigo. HEX triplet: 49, 01 and 66. RGB value is (73,1,102). Sum of RGB (Red+Green+Blue) = 73+1+102=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #490166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490166 is #B6FE99. Grayscale: #212121. Windows color (decimal): -11992730 or 6685001. OLE color: 6685001.

HSL color Cylindrical-coordinate representation of color #490166: hue angle of 282.77º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490166 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB731102-
CMYK0.280.9900.6
HSL282.77º98.06%20.2%-
HSV(B)282.77º99.02%40%-
XYZ5.162.412.76-
YUV34.04166.35155.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=41.48%
G=0.57%
B=57.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7311020.280.9900.6282.7798.0620.2
Hex491661C6303C11b6214
Octal11111463414307443314224
Binary1001001111001101110011000110111100100011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490166; }

 p { color: rgb(73,1,102); }

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

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

 a { background-color: rgb(73,1,102); }

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

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

 span { border-color: rgb(73,1,102); }

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