Html Css Color HEX #490AAA Indigo

📋 copy color: '#490AAA'

red 73 ◦ green 10 ◦ blue 170

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

Shades of Indigo #490AAA

Tints of Indigo #490AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.19%

R = 28.85%
G = 3.95%
B = 67.19%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#490AAA (or 0x490AAA) is known color: Indigo. HEX triplet: 49, 0A and AA. RGB value is (73,10,170). Sum of RGB (Red+Green+Blue) = 73+10+170=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #490AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AAA is #B6F555. Grayscale: #2E2E2E. Windows color (decimal): -11990358 or 11143753. OLE color: 11143753.

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

Color convert

RGB 73 10 170 -
CMYK 0.57 0.94 0 0.33
HSL 263.63º 0.89% 0.35% -
HSV(B) 263.63º 0.94% 0.67% -
XYZ 10.11 4.54 38.37 -
YUV 47.08 197.37 146.49 -
System Red Green Blue C M Y K H S L
Decimal 73 10 170 0.57 0.94 0 0.33 263.63 0.89 0.35
Hex 49 A AA 39 5E 0 21 108 59 23
Octal 111 12 252 71 136 0 41 410 131 43
Binary 1001001 1010 10101010 111001 1011110 0 100001 100001000 1011001 100011

Color Harmonies of #490AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AAA

Black with #490AAA

Text Example


Text Example

White with #490AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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