#490C9E

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

Shades of Indigo #490C9E

Tints of Indigo #490C9E

Color information

#490C9E (or 0x490C9E) is unknown color: approx Indigo. HEX triplet: 49, 0C and 9E. RGB value is (73,12,158). Sum of RGB (Red+Green+Blue) = 73+12+158=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #490C9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490C9E is #B6F361. Grayscale: #2E2E2E. Windows color (decimal): -11989858 or 10357833. OLE color: 10357833.

HSL color Cylindrical-coordinate representation of color #490C9E: hue angle of 265.07º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490C9E is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7312158-
CMYK0.540.9200.38
HSL265.07º85.88%33.33%-
HSV(B)265.07º92.41%61.96%-
XYZ9.054.1532.67-
YUV46.88190.71146.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=30.04%
G=4.94%
B=65.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73121580.540.9200.38265.0785.8833.33
Hex49C9E365C0261095621
Octal111142366613404641112641
Binary1001001110010011110110110101110001001101000010011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,12,158); }

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

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

 a { background-color: rgb(73,12,158); }

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

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

 span { border-color: rgb(73,12,158); }

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