Html Css Color HEX #490AAE Indigo

📋 copy color: '#490AAE'

red 73 ◦ green 10 ◦ blue 174

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

Shades of Indigo #490AAE

Tints of Indigo #490AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 28.4%
G = 3.89%
B = 67.7%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#490AAE (or 0x490AAE) is known color: Indigo. HEX triplet: 49, 0A and AE. RGB value is (73,10,174). Sum of RGB (Red+Green+Blue) = 73+10+174=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #490AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AAE is #B6F551. Grayscale: #2E2E2E. Windows color (decimal): -11990354 or 11405897. OLE color: 11405897.

HSL color Cylindrical-coordinate representation of color #490AAE: hue angle of 263.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490AAE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 10 174 -
CMYK 0.58 0.94 0 0.32
HSL 263.05º 0.89% 0.36% -
HSV(B) 263.05º 0.94% 0.68% -
XYZ 10.5 4.69 40.4 -
YUV 47.53 199.37 146.16 -
System Red Green Blue C M Y K H S L
Decimal 73 10 174 0.58 0.94 0 0.32 263.05 0.89 0.36
Hex 49 A AE 3A 5E 0 20 107 59 24
Octal 111 12 256 72 136 0 40 407 131 44
Binary 1001001 1010 10101110 111010 1011110 0 100000 100000111 1011001 100100

Color Harmonies of #490AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AAE

Black with #490AAE

Text Example


Text Example

White with #490AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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