Html Css Color HEX #490EA2 Indigo

📋 copy color: '#490EA2'

red 73 ◦ green 14 ◦ blue 162

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

Shades of Indigo #490EA2

Tints of Indigo #490EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 65.06%

R = 29.32%
G = 5.62%
B = 65.06%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#490EA2 (or 0x490EA2) is known color: Indigo. HEX triplet: 49, 0E and A2. RGB value is (73,14,162). Sum of RGB (Red+Green+Blue) = 73+14+162=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 162 (63.67% from 255 or 65.06% from 249); Max value from RGB is 162 - color contains mainly: blue. Hex color #490EA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EA2 is #B6F15D. Grayscale: #2F2F2F. Windows color (decimal): -11989342 or 10620489. OLE color: 10620489.

HSL color Cylindrical-coordinate representation of color #490EA2: hue angle of 263.92º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490EA2 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 14 162 -
CMYK 0.55 0.91 0 0.36
HSL 263.92º 0.84% 0.35% -
HSV(B) 263.92º 0.91% 0.64% -
XYZ 9.43 4.34 34.52 -
YUV 48.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 73 14 162 0.55 0.91 0 0.36 263.92 0.84 0.35
Hex 49 E A2 37 5B 0 24 108 54 23
Octal 111 16 242 67 133 0 44 410 124 43
Binary 1001001 1110 10100010 110111 1011011 0 100100 100001000 1010100 100011

Color Harmonies of #490EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EA2

Black with #490EA2

Text Example


Text Example

White with #490EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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