Html Css Color HEX #490BA5 Indigo

📋 copy color: '#490BA5'

red 73 ◦ green 11 ◦ blue 165

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

Shades of Indigo #490BA5

Tints of Indigo #490BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 66.27%

R = 29.32%
G = 4.42%
B = 66.27%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#490BA5 (or 0x490BA5) is known color: Indigo. HEX triplet: 49, 0B and A5. RGB value is (73,11,165). Sum of RGB (Red+Green+Blue) = 73+11+165=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 165 (64.84% from 255 or 66.27% from 249); Max value from RGB is 165 - color contains mainly: blue. Hex color #490BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490BA5 is #B6F45A. Grayscale: #2E2E2E. Windows color (decimal): -11990107 or 10816329. OLE color: 10816329.

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

Color convert

RGB 73 11 165 -
CMYK 0.56 0.93 0 0.35
HSL 264.16º 0.88% 0.35% -
HSV(B) 264.16º 0.93% 0.65% -
XYZ 9.66 4.37 35.93 -
YUV 47.09 194.54 146.48 -
System Red Green Blue C M Y K H S L
Decimal 73 11 165 0.56 0.93 0 0.35 264.16 0.88 0.35
Hex 49 B A5 38 5D 0 23 108 58 23
Octal 111 13 245 70 135 0 43 410 130 43
Binary 1001001 1011 10100101 111000 1011101 0 100011 100001000 1011000 100011

Color Harmonies of #490BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BA5

Black with #490BA5

Text Example


Text Example

White with #490BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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