#490D8E

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

Shades of Indigo #490D8E

Tints of Indigo #490D8E

Color information

#490D8E (or 0x490D8E) is unknown color: approx Indigo. HEX triplet: 49, 0D and 8E. RGB value is (73,13,142). Sum of RGB (Red+Green+Blue) = 73+13+142=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #490D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D8E is #B6F271. Grayscale: #2D2D2D. Windows color (decimal): -11989618 or 9309513. OLE color: 9309513.

HSL color Cylindrical-coordinate representation of color #490D8E: hue angle of 267.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490D8E is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7313142-
CMYK0.490.9100.44
HSL267.91º83.23%30.39%-
HSV(B)267.91º90.85%55.69%-
XYZ7.773.6625.89-
YUV45.65182.38147.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=32.02%
G=5.70%
B=62.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73131420.490.9100.44267.9183.2330.39
Hex49D8E315B02C10c531e
Octal111152166113305441412336
Binary100100111011000111011000110110110101100100001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490D8E; }

 p { color: rgb(73,13,142); }

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

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

 a { background-color: rgb(73,13,142); }

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

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

 span { border-color: rgb(73,13,142); }

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