Html Css Color HEX #490BAA Indigo

📋 copy color: '#490BAA'

red 73 ◦ green 11 ◦ blue 170

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

Shades of Indigo #490BAA

Tints of Indigo #490BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

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

R = 28.74%
G = 4.33%
B = 66.93%

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

#490BAA (or 0x490BAA) is known color: Indigo. HEX triplet: 49, 0B and AA. RGB value is (73,11,170). Sum of RGB (Red+Green+Blue) = 73+11+170=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #490BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490BAA is #B6F455. Grayscale: #2F2F2F. Windows color (decimal): -11990102 or 11144009. OLE color: 11144009.

HSL color Cylindrical-coordinate representation of color #490BAA: hue angle of 263.4º degrees, saturation: 0.88, 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 #490BAA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 11 170 -
CMYK 0.57 0.94 0 0.33
HSL 263.4º 0.88% 0.35% -
HSV(B) 263.4º 0.94% 0.67% -
XYZ 10.12 4.56 38.38 -
YUV 47.66 197.04 146.07 -
System Red Green Blue C M Y K H S L
Decimal 73 11 170 0.57 0.94 0 0.33 263.4 0.88 0.35
Hex 49 B AA 39 5E 0 21 107 58 23
Octal 111 13 252 71 136 0 41 407 130 43
Binary 1001001 1011 10101010 111001 1011110 0 100001 100000111 1011000 100011

Color Harmonies of #490BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BAA

Black with #490BAA

Text Example


Text Example

White with #490BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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