#490167

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

Shades of Indigo #490167

Tints of Indigo #490167

Color information

#490167 (or 0x490167) is unknown color: approx Indigo. HEX triplet: 49, 01 and 67. RGB value is (73,1,103). Sum of RGB (Red+Green+Blue) = 73+1+103=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #490167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490167 is #B6FE98. Grayscale: #212121. Windows color (decimal): -11992729 or 6750537. OLE color: 6750537.

HSL color Cylindrical-coordinate representation of color #490167: hue angle of 282.35º 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 #490167 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB731103-
CMYK0.290.9900.60
HSL282.35º98.08%20.39%-
HSV(B)282.35º99.03%40.39%-
XYZ5.212.4213.02-
YUV34.16166.85155.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=41.24%
G=0.56%
B=58.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7311030.290.9900.60282.3598.0820.39
Hex491671D6303C11a6214
Octal11111473514307443214224
Binary1001001111001111110111000110111100100011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490167; }

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

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

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

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

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

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

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

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