Html Css Color HEX #491391 Indigo

📋 copy color: '#491391'

red 73 ◦ green 19 ◦ blue 145

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

Shades of Indigo #491391

Tints of Indigo #491391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.18%

R = 30.8%
G = 8.02%
B = 61.18%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491391 (or 0x491391) is known color: Indigo. HEX triplet: 49, 13 and 91. RGB value is (73,19,145). Sum of RGB (Red+Green+Blue) = 73+19+145=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #491391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491391 is #B6EC6E. Grayscale: #313131. Windows color (decimal): -11988079 or 9507657. OLE color: 9507657.

HSL color Cylindrical-coordinate representation of color #491391: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491391 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 19 145 -
CMYK 0.50 0.87 0 0.43
HSL 265.71º 0.77% 0.32% -
HSV(B) 265.71º 0.87% 0.57% -
XYZ 8.09 3.93 27.12 -
YUV 49.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 73 19 145 0.50 0.87 0 0.43 265.71 0.77 0.32
Hex 49 13 91 32 57 0 2B 10A 4D 20
Octal 111 23 221 62 127 0 53 412 115 40
Binary 1001001 10011 10010001 110010 1010111 0 101011 100001010 1001101 100000

Color Harmonies of #491391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491391

Black with #491391

Text Example


Text Example

White with #491391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491391; }

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

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

background-color css

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

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

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

border-color css

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

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

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