#490271

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

Shades of Indigo #490271

Tints of Indigo #490271

Color information

#490271 (or 0x490271) is unknown color: approx Indigo. HEX triplet: 49, 02 and 71. RGB value is (73,2,113). Sum of RGB (Red+Green+Blue) = 73+2+113=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #490271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490271 is #B6FD8E. Grayscale: #232323. Windows color (decimal): -11992463 or 7406153. OLE color: 7406153.

HSL color Cylindrical-coordinate representation of color #490271: hue angle of 278.38º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490271 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB732113-
CMYK0.350.9800.56
HSL278.38º96.52%22.55%-
HSV(B)278.38º98.23%44.31%-
XYZ5.752.6515.83-
YUV35.88171.52154.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 113 (44.53% from 255) = 60.11%
R=38.83%
G=1.06%
B=60.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7321130.350.9800.56278.3896.5222.55
Hex4927123620381166117
Octal11121614314207042614127
Binary100100110111000110001111000100111000100010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490271; }

 p { color: rgb(73,2,113); }

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

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

 a { background-color: rgb(73,2,113); }

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

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

 span { border-color: rgb(73,2,113); }

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