#490272

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

Shades of Indigo #490272

Tints of Indigo #490272

Color information

#490272 (or 0x490272) is unknown color: approx Indigo. HEX triplet: 49, 02 and 72. RGB value is (73,2,114). Sum of RGB (Red+Green+Blue) = 73+2+114=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #490272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490272 is #B6FD8D. Grayscale: #232323. Windows color (decimal): -11992462 or 7471689. OLE color: 7471689.

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

Color convert

RGB732114-
CMYK0.360.9800.55
HSL278.04º96.55%22.75%-
HSV(B)278.04º98.25%44.71%-
XYZ5.812.6716.13-
YUV36172.02154.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=38.62%
G=1.06%
B=60.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7321140.360.9800.55278.0496.5522.75
Hex4927224620371166117
Octal11121624414206742614127
Binary100100110111001010010011000100110111100010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490272; }

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

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

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

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

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

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

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

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