Html Css Color HEX #491271 Indigo

📋 copy color: '#491271'

red 73 ◦ green 18 ◦ blue 113

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

Shades of Indigo #491271

Tints of Indigo #491271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 35.78%
G = 8.82%
B = 55.39%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491271 (or 0x491271) is known color: Indigo. HEX triplet: 49, 12 and 71. RGB value is (73,18,113). Sum of RGB (Red+Green+Blue) = 73+18+113=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #491271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491271 is #B6ED8E. Grayscale: #2C2C2C. Windows color (decimal): -11988367 or 7410249. OLE color: 7410249.

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

Color convert

RGB 73 18 113 -
CMYK 0.35 0.84 0 0.56
HSL 274.74º 0.73% 0.26% -
HSV(B) 274.74º 0.84% 0.44% -
XYZ 5.94 3.04 15.9 -
YUV 45.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 73 18 113 0.35 0.84 0 0.56 274.74 0.73 0.26
Hex 49 12 71 23 54 0 38 113 49 1A
Octal 111 22 161 43 124 0 70 423 111 32
Binary 1001001 10010 1110001 100011 1010100 0 111000 100010011 1001001 11010

Color Harmonies of #491271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491271

Black with #491271

Text Example


Text Example

White with #491271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491271; }

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

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

background-color css

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

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

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

border-color css

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

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

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