#490370

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

Shades of Indigo #490370

Tints of Indigo #490370

Color information

#490370 (or 0x490370) is unknown color: approx Indigo. HEX triplet: 49, 03 and 70. RGB value is (73,3,112). Sum of RGB (Red+Green+Blue) = 73+3+112=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #490370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490370 is #B6FC8F. Grayscale: #232323. Windows color (decimal): -11992208 or 7340873. OLE color: 7340873.

HSL color Cylindrical-coordinate representation of color #490370: hue angle of 278.53º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490370 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB733112-
CMYK0.350.9700.56
HSL278.53º94.78%22.55%-
HSV(B)278.53º97.32%43.92%-
XYZ5.72.6515.54-
YUV36.36170.69154.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 112 (44.14% from 255) = 59.57%
R=38.83%
G=1.60%
B=59.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7331120.350.9700.56278.5394.7822.55
Hex4937023610381175f17
Octal11131604314107042713727
Binary100100111111000010001111000010111000100010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490370; }

 p { color: rgb(73,3,112); }

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

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

 a { background-color: rgb(73,3,112); }

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

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

 span { border-color: rgb(73,3,112); }

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