Html Css Color HEX #490A71 Indigo

📋 copy color: '#490A71'

red 73 ◦ green 10 ◦ blue 113

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

Shades of Indigo #490A71

Tints of Indigo #490A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 37.24%
G = 5.1%
B = 57.65%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490A71 (or 0x490A71) is known color: Indigo. HEX triplet: 49, 0A and 71. RGB value is (73,10,113). Sum of RGB (Red+Green+Blue) = 73+10+113=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #490A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A71 is #B6F58E. Grayscale: #282828. Windows color (decimal): -11990415 or 7408201. OLE color: 7408201.

HSL color Cylindrical-coordinate representation of color #490A71: hue angle of 276.7º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490A71 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 10 113 -
CMYK 0.35 0.91 0 0.56
HSL 276.7º 0.84% 0.24% -
HSV(B) 276.7º 0.91% 0.44% -
XYZ 5.84 2.83 15.86 -
YUV 40.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 73 10 113 0.35 0.91 0 0.56 276.7 0.84 0.24
Hex 49 A 71 23 5B 0 38 115 54 18
Octal 111 12 161 43 133 0 70 425 124 30
Binary 1001001 1010 1110001 100011 1011011 0 111000 100010101 1010100 11000

Color Harmonies of #490A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A71

Black with #490A71

Text Example


Text Example

White with #490A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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