#490273

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

Shades of Indigo #490273

Tints of Indigo #490273

Color information

#490273 (or 0x490273) is unknown color: approx Indigo. HEX triplet: 49, 02 and 73. RGB value is (73,2,115). Sum of RGB (Red+Green+Blue) = 73+2+115=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #490273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490273 is #B6FD8C. Grayscale: #232323. Windows color (decimal): -11992461 or 7537225. OLE color: 7537225.

HSL color Cylindrical-coordinate representation of color #490273: hue angle of 277.7º 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 #490273 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB732115-
CMYK0.370.9800.55
HSL277.7º96.58%22.94%-
HSV(B)277.7º98.26%45.1%-
XYZ5.862.716.43-
YUV36.11172.52154.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=38.42%
G=1.05%
B=60.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7321150.370.9800.55277.796.5822.94
Hex4927325620371166117
Octal11121634514206742614127
Binary100100110111001110010111000100110111100010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490273; }

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

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

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

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

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

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

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

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