Html Css Color HEX #490EA1 Indigo

📋 copy color: '#490EA1'

red 73 ◦ green 14 ◦ blue 161

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

Shades of Indigo #490EA1

Tints of Indigo #490EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 64.92%

R = 29.44%
G = 5.65%
B = 64.92%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#490EA1 (or 0x490EA1) is known color: Indigo. HEX triplet: 49, 0E and A1. RGB value is (73,14,161). Sum of RGB (Red+Green+Blue) = 73+14+161=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #490EA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EA1 is #B6F15E. Grayscale: #2F2F2F. Windows color (decimal): -11989343 or 10554953. OLE color: 10554953.

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

Color convert

RGB 73 14 161 -
CMYK 0.55 0.91 0 0.37
HSL 264.08º 0.84% 0.34% -
HSV(B) 264.08º 0.91% 0.63% -
XYZ 9.34 4.3 34.06 -
YUV 48.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 73 14 161 0.55 0.91 0 0.37 264.08 0.84 0.34
Hex 49 E A1 37 5B 0 25 108 54 22
Octal 111 16 241 67 133 0 45 410 124 42
Binary 1001001 1110 10100001 110111 1011011 0 100101 100001000 1010100 100010

Color Harmonies of #490EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EA1

Black with #490EA1

Text Example


Text Example

White with #490EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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