#490280

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

Shades of Indigo #490280

Tints of Indigo #490280

Color information

#490280 (or 0x490280) is unknown color: approx Indigo. HEX triplet: 49, 02 and 80. RGB value is (73,2,128). Sum of RGB (Red+Green+Blue) = 73+2+128=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #490280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490280 is #B6FD7F. Grayscale: #252525. Windows color (decimal): -11992448 or 8389193. OLE color: 8389193.

HSL color Cylindrical-coordinate representation of color #490280: hue angle of 273.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490280 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB732128-
CMYK0.430.9800.50
HSL273.81º96.92%25.49%-
HSV(B)273.81º98.44%50.2%-
XYZ6.673.0220.65-
YUV37.59179.02153.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=35.96%
G=0.99%
B=63.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7321280.430.9800.50273.8196.9225.49
Hex492802B620321126119
Octal11122005314206242214131
Binary1001001101000000010101111000100110010100010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490280; }

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

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

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

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

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

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

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

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