Html Css Color HEX #491071 Indigo

📋 copy color: '#491071'

red 73 ◦ green 16 ◦ blue 113

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

Shades of Indigo #491071

Tints of Indigo #491071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 36.14%
G = 7.92%
B = 55.94%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491071 (or 0x491071) is known color: Indigo. HEX triplet: 49, 10 and 71. RGB value is (73,16,113). Sum of RGB (Red+Green+Blue) = 73+16+113=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #491071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491071 is #B6EF8E. Grayscale: #2B2B2B. Windows color (decimal): -11988879 or 7409737. OLE color: 7409737.

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

Color convert

RGB 73 16 113 -
CMYK 0.35 0.86 0 0.56
HSL 275.26º 0.75% 0.25% -
HSV(B) 275.26º 0.86% 0.44% -
XYZ 5.91 2.98 15.89 -
YUV 44.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 73 16 113 0.35 0.86 0 0.56 275.26 0.75 0.25
Hex 49 10 71 23 56 0 38 113 4B 19
Octal 111 20 161 43 126 0 70 423 113 31
Binary 1001001 10000 1110001 100011 1010110 0 111000 100010011 1001011 11001

Color Harmonies of #491071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491071

Black with #491071

Text Example


Text Example

White with #491071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491071; }

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

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

background-color css

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

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

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

border-color css

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

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

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