Html Css Color HEX #490E71 Indigo

📋 copy color: '#490E71'

red 73 ◦ green 14 ◦ blue 113

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

Shades of Indigo #490E71

Tints of Indigo #490E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7%

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

R = 36.5%
G = 7%
B = 56.5%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490E71 (or 0x490E71) is known color: Indigo. HEX triplet: 49, 0E and 71. RGB value is (73,14,113). Sum of RGB (Red+Green+Blue) = 73+14+113=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #490E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E71 is #B6F18E. Grayscale: #2A2A2A. Windows color (decimal): -11989391 or 7409225. OLE color: 7409225.

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

Color convert

RGB 73 14 113 -
CMYK 0.35 0.88 0 0.56
HSL 275.76º 0.78% 0.25% -
HSV(B) 275.76º 0.88% 0.44% -
XYZ 5.89 2.92 15.88 -
YUV 42.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 73 14 113 0.35 0.88 0 0.56 275.76 0.78 0.25
Hex 49 E 71 23 58 0 38 114 4E 19
Octal 111 16 161 43 130 0 70 424 116 31
Binary 1001001 1110 1110001 100011 1011000 0 111000 100010100 1001110 11001

Color Harmonies of #490E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E71

Black with #490E71

Text Example


Text Example

White with #490E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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