#490982

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

Shades of Indigo #490982

Tints of Indigo #490982

Color information

#490982 (or 0x490982) is unknown color: approx Indigo. HEX triplet: 49, 09 and 82. RGB value is (73,9,130). Sum of RGB (Red+Green+Blue) = 73+9+130=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #490982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490982 is #B6F67D. Grayscale: #292929. Windows color (decimal): -11990654 or 8522057. OLE color: 8522057.

HSL color Cylindrical-coordinate representation of color #490982: hue angle of 271.74º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490982 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB739130-
CMYK0.440.9300.49
HSL271.74º87.05%27.25%-
HSV(B)271.74º93.08%50.98%-
XYZ6.873.2221.38-
YUV41.93177.7150.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=34.43%
G=4.25%
B=61.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7391300.440.9300.49271.7487.0527.25
Hex499822C5D031110571b
Octal111112025413506142012733
Binary100100110011000001010110010111010110001100010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490982; }

 p { color: rgb(73,9,130); }

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

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

 a { background-color: rgb(73,9,130); }

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

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

 span { border-color: rgb(73,9,130); }

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