Html Css Color HEX #491176 Indigo

📋 copy color: '#491176'

red 73 ◦ green 17 ◦ blue 118

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

Shades of Indigo #491176

Tints of Indigo #491176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 35.1%
G = 8.17%
B = 56.73%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491176 (or 0x491176) is known color: Indigo. HEX triplet: 49, 11 and 76. RGB value is (73,17,118). Sum of RGB (Red+Green+Blue) = 73+17+118=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #491176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491176 is #B6EE89. Grayscale: #2C2C2C. Windows color (decimal): -11988618 or 7737673. OLE color: 7737673.

HSL color Cylindrical-coordinate representation of color #491176: hue angle of 273.27º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491176 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 17 118 -
CMYK 0.38 0.86 0 0.54
HSL 273.27º 0.75% 0.26% -
HSV(B) 273.27º 0.86% 0.46% -
XYZ 6.22 3.13 17.42 -
YUV 45.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 73 17 118 0.38 0.86 0 0.54 273.27 0.75 0.26
Hex 49 11 76 26 56 0 36 111 4B 1A
Octal 111 21 166 46 126 0 66 421 113 32
Binary 1001001 10001 1110110 100110 1010110 0 110110 100010001 1001011 11010

Color Harmonies of #491176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491176

Black with #491176

Text Example


Text Example

White with #491176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491176; }

 p { color: rgb(73,17,118); }

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

background-color css

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

 a { background-color: rgb(73,17,118); }

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

border-color css

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

 span { border-color: rgb(73,17,118); }

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