Html Css Color HEX #490071 Indigo

📋 copy color: '#490071'

red 73 ◦ green 0 ◦ blue 113

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

Shades of Indigo #490071

Tints of Indigo #490071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.25%
G = 0%
B = 60.75%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490071 (or 0x490071) is known color: Indigo. HEX triplet: 49, 00 and 71. RGB value is (73,0,113). Sum of RGB (Red+Green+Blue) = 73+0+113=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #490071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490071 is #B6FF8E. Grayscale: #222222. Windows color (decimal): -11992975 or 7405641. OLE color: 7405641.

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

Color convert

RGB 73 0 113 -
CMYK 0.35 1 0 0.56
HSL 278.76º 1% 0.22% -
HSV(B) 278.76º 1% 0.44% -
XYZ 5.73 2.61 15.82 -
YUV 34.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 73 0 113 0.35 1 0 0.56 278.76 1 0.22
Hex 49 0 71 23 64 0 38 117 64 16
Octal 111 0 161 43 144 0 70 427 144 26
Binary 1001001 0 1110001 100011 1100100 0 111000 100010111 1100100 10110

Color Harmonies of #490071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490071

Black with #490071

Text Example


Text Example

White with #490071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490071; }

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

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

background-color css

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

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

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

border-color css

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

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

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