Html Css Color HEX #490471 Indigo

📋 copy color: '#490471'

red 73 ◦ green 4 ◦ blue 113

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

Shades of Indigo #490471

Tints of Indigo #490471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

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

R = 38.42%
G = 2.11%
B = 59.47%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490471 (or 0x490471) is known color: Indigo. HEX triplet: 49, 04 and 71. RGB value is (73,4,113). Sum of RGB (Red+Green+Blue) = 73+4+113=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #490471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490471 is #B6FB8E. Grayscale: #242424. Windows color (decimal): -11991951 or 7406665. OLE color: 7406665.

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

Color convert

RGB 73 4 113 -
CMYK 0.35 0.96 0 0.56
HSL 277.98º 0.93% 0.23% -
HSV(B) 277.98º 0.96% 0.44% -
XYZ 5.77 2.7 15.84 -
YUV 37.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 73 4 113 0.35 0.96 0 0.56 277.98 0.93 0.23
Hex 49 4 71 23 60 0 38 116 5D 17
Octal 111 4 161 43 140 0 70 426 135 27
Binary 1001001 100 1110001 100011 1100000 0 111000 100010110 1011101 10111

Color Harmonies of #490471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490471

Black with #490471

Text Example


Text Example

White with #490471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490471; }

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

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

background-color css

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

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

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

border-color css

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

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

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