Html Css Color HEX #490AA3 Indigo

📋 copy color: '#490AA3'

red 73 ◦ green 10 ◦ blue 163

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

Shades of Indigo #490AA3

Tints of Indigo #490AA3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 163 (64.06% from 255) = 66.26%

R = 29.67%
G = 4.07%
B = 66.26%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#490AA3 (or 0x490AA3) is known color: Indigo. HEX triplet: 49, 0A and A3. RGB value is (73,10,163). Sum of RGB (Red+Green+Blue) = 73+10+163=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #490AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AA3 is #B6F55C. Grayscale: #2D2D2D. Windows color (decimal): -11990365 or 10685001. OLE color: 10685001.

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

Color convert

RGB 73 10 163 -
CMYK 0.55 0.94 0 0.36
HSL 264.71º 0.88% 0.34% -
HSV(B) 264.71º 0.94% 0.64% -
XYZ 9.47 4.28 34.98 -
YUV 46.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 73 10 163 0.55 0.94 0 0.36 264.71 0.88 0.34
Hex 49 A A3 37 5E 0 24 109 58 22
Octal 111 12 243 67 136 0 44 411 130 42
Binary 1001001 1010 10100011 110111 1011110 0 100100 100001001 1011000 100010

Color Harmonies of #490AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AA3

Black with #490AA3

Text Example


Text Example

White with #490AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,10,163); }

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

background-color css

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

 a { background-color: rgb(73,10,163); }

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

border-color css

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

 span { border-color: rgb(73,10,163); }

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