Html Css Color HEX #490AA6 Indigo

📋 copy color: '#490AA6'

red 73 ◦ green 10 ◦ blue 166

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

Shades of Indigo #490AA6

Tints of Indigo #490AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 66.67%

R = 29.32%
G = 4.02%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#490AA6 (or 0x490AA6) is known color: Indigo. HEX triplet: 49, 0A and A6. RGB value is (73,10,166). Sum of RGB (Red+Green+Blue) = 73+10+166=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #490AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AA6 is #B6F559. Grayscale: #2E2E2E. Windows color (decimal): -11990362 or 10881609. OLE color: 10881609.

HSL color Cylindrical-coordinate representation of color #490AA6: hue angle of 264.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490AA6 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 10 166 -
CMYK 0.56 0.94 0 0.35
HSL 264.23º 0.89% 0.35% -
HSV(B) 264.23º 0.94% 0.65% -
XYZ 9.74 4.39 36.41 -
YUV 46.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 73 10 166 0.56 0.94 0 0.35 264.23 0.89 0.35
Hex 49 A A6 38 5E 0 23 108 59 23
Octal 111 12 246 70 136 0 43 410 131 43
Binary 1001001 1010 10100110 111000 1011110 0 100011 100001000 1011001 100011

Color Harmonies of #490AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AA6

Black with #490AA6

Text Example


Text Example

White with #490AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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