Html Css Color HEX #490EA9 Indigo

📋 copy color: '#490EA9'

red 73 ◦ green 14 ◦ blue 169

#490EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #490EA9

Tints of Indigo #490EA9

RGB

 RED value IS 73 (28.91% from 255) = 28.52%

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 169 (66.41% from 255) = 66.02%

R = 28.52%
G = 5.47%
B = 66.02%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#490EA9 (or 0x490EA9) is known color: Indigo. HEX triplet: 49, 0E and A9. RGB value is (73,14,169). Sum of RGB (Red+Green+Blue) = 73+14+169=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 169 (66.41% from 255 or 66.02% from 256); Max value from RGB is 169 - color contains mainly: blue. Hex color #490EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EA9 is #B6F156. Grayscale: #303030. Windows color (decimal): -11989335 or 11079241. OLE color: 11079241.

HSL color Cylindrical-coordinate representation of color #490EA9: hue angle of 262.84º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EA9 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 14 169 -
CMYK 0.57 0.92 0 0.34
HSL 262.84º 0.85% 0.36% -
HSV(B) 262.84º 0.92% 0.66% -
XYZ 10.07 4.6 37.89 -
YUV 49.31 195.55 144.9 -
System Red Green Blue C M Y K H S L
Decimal 73 14 169 0.57 0.92 0 0.34 262.84 0.85 0.36
Hex 49 E A9 39 5C 0 22 107 55 24
Octal 111 16 251 71 134 0 42 407 125 44
Binary 1001001 1110 10101001 111001 1011100 0 100010 100000111 1010101 100100

Color Harmonies of #490EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EA9

Black with #490EA9

Text Example


Text Example

White with #490EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,14,169); }

 H1.HeaderClassName
 {
   color: #490EA9;
 }
 .AnyTagClassName
 {
   color: #490EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(73,14,169); }

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

border-color css

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

 span { border-color: rgb(73,14,169); }

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