Html Css Color HEX #491371 Indigo

📋 copy color: '#491371'

red 73 ◦ green 19 ◦ blue 113

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

Shades of Indigo #491371

Tints of Indigo #491371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 35.61%
G = 9.27%
B = 55.12%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491371 (or 0x491371) is known color: Indigo. HEX triplet: 49, 13 and 71. RGB value is (73,19,113). Sum of RGB (Red+Green+Blue) = 73+19+113=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #491371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491371 is #B6EC8E. Grayscale: #2D2D2D. Windows color (decimal): -11988111 or 7410505. OLE color: 7410505.

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

Color convert

RGB 73 19 113 -
CMYK 0.35 0.83 0 0.56
HSL 274.47º 0.71% 0.26% -
HSV(B) 274.47º 0.83% 0.44% -
XYZ 5.96 3.07 15.9 -
YUV 45.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 73 19 113 0.35 0.83 0 0.56 274.47 0.71 0.26
Hex 49 13 71 23 53 0 38 112 47 1A
Octal 111 23 161 43 123 0 70 422 107 32
Binary 1001001 10011 1110001 100011 1010011 0 111000 100010010 1000111 11010

Color Harmonies of #491371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491371

Black with #491371

Text Example


Text Example

White with #491371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491371; }

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

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

background-color css

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

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

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

border-color css

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

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

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