#490972

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

Shades of Indigo #490972

Tints of Indigo #490972

Color information

#490972 (or 0x490972) is unknown color: approx Indigo. HEX triplet: 49, 09 and 72. RGB value is (73,9,114). Sum of RGB (Red+Green+Blue) = 73+9+114=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #490972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490972 is #B6F68D. Grayscale: #272727. Windows color (decimal): -11990670 or 7473481. OLE color: 7473481.

HSL color Cylindrical-coordinate representation of color #490972: hue angle of 276.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490972 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB739114-
CMYK0.360.9200.55
HSL276.57º85.37%24.12%-
HSV(B)276.57º92.11%44.71%-
XYZ5.882.8316.16-
YUV40.11169.7151.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=37.24%
G=4.59%
B=58.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7391140.360.9200.55276.5785.3724.12
Hex49972245C0371155518
Octal111111624413406742512530
Binary10010011001111001010010010111000110111100010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490972; }

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

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

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

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

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

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

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

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