#490881

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

Shades of Indigo #490881

Tints of Indigo #490881

Color information

#490881 (or 0x490881) is unknown color: approx Indigo. HEX triplet: 49, 08 and 81. RGB value is (73,8,129). Sum of RGB (Red+Green+Blue) = 73+8+129=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #490881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490881 is #B6F77E. Grayscale: #282828. Windows color (decimal): -11990911 or 8456265. OLE color: 8456265.

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

Color convert

RGB738129-
CMYK0.430.9400.49
HSL272.23º88.32%26.86%-
HSV(B)272.23º93.8%50.59%-
XYZ6.83.1821.02-
YUV41.23177.53150.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 129 (50.78% from 255) = 61.43%
R=34.76%
G=3.81%
B=61.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7381290.430.9400.49272.2388.3226.86
Hex498812B5E031110581b
Octal111102015313606142013033
Binary100100110001000000110101110111100110001100010000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490881; }

 p { color: rgb(73,8,129); }

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

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

 a { background-color: rgb(73,8,129); }

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

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

 span { border-color: rgb(73,8,129); }

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