Html Css Color HEX #490FAA Indigo

📋 copy color: '#490FAA'

red 73 ◦ green 15 ◦ blue 170

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

Shades of Indigo #490FAA

Tints of Indigo #490FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.81%

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

R = 28.29%
G = 5.81%
B = 65.89%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#490FAA (or 0x490FAA) is known color: Indigo. HEX triplet: 49, 0F and AA. RGB value is (73,15,170). Sum of RGB (Red+Green+Blue) = 73+15+170=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #490FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FAA is #B6F055. Grayscale: #313131. Windows color (decimal): -11989078 or 11145033. OLE color: 11145033.

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

Color convert

RGB 73 15 170 -
CMYK 0.57 0.91 0 0.33
HSL 262.45º 0.84% 0.36% -
HSV(B) 262.45º 0.91% 0.67% -
XYZ 10.17 4.66 38.39 -
YUV 50.01 195.72 144.4 -
System Red Green Blue C M Y K H S L
Decimal 73 15 170 0.57 0.91 0 0.33 262.45 0.84 0.36
Hex 49 F AA 39 5B 0 21 106 54 24
Octal 111 17 252 71 133 0 41 406 124 44
Binary 1001001 1111 10101010 111001 1011011 0 100001 100000110 1010100 100100

Color Harmonies of #490FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FAA

Black with #490FAA

Text Example


Text Example

White with #490FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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