#490084

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

Shades of Indigo #490084

Tints of Indigo #490084

Color information

#490084 (or 0x490084) is unknown color: approx Indigo. HEX triplet: 49, 00 and 84. RGB value is (73,0,132). Sum of RGB (Red+Green+Blue) = 73+0+132=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #490084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490084 is #B6FF7B. Grayscale: #242424. Windows color (decimal): -11992956 or 8650825. OLE color: 8650825.

HSL color Cylindrical-coordinate representation of color #490084: hue angle of 273.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490084 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB730132-
CMYK0.45100.48
HSL273.18º100%25.88%-
HSV(B)273.18º100%51.76%-
XYZ6.913.0822.06-
YUV36.88181.68153.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=35.61%
G=0%
B=64.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7301320.45100.48273.1810025.88
Hex490842D64030111641a
Octal11102045514406042114432
Binary100100101000010010110111001000110000100010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490084; }

 p { color: rgb(73,0,132); }

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

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

 a { background-color: rgb(73,0,132); }

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

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

 span { border-color: rgb(73,0,132); }

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