Html Css Color HEX #491691 Indigo

📋 copy color: '#491691'

red 73 ◦ green 22 ◦ blue 145

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

Shades of Indigo #491691

Tints of Indigo #491691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 30.42%
G = 9.17%
B = 60.42%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491691 (or 0x491691) is known color: Indigo. HEX triplet: 49, 16 and 91. RGB value is (73,22,145). Sum of RGB (Red+Green+Blue) = 73+22+145=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #491691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491691 is #B6E96E. Grayscale: #323232. Windows color (decimal): -11987311 or 9508425. OLE color: 9508425.

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

Color convert

RGB 73 22 145 -
CMYK 0.50 0.85 0 0.43
HSL 264.88º 0.74% 0.33% -
HSV(B) 264.88º 0.85% 0.57% -
XYZ 8.15 4.03 27.14 -
YUV 51.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 73 22 145 0.50 0.85 0 0.43 264.88 0.74 0.33
Hex 49 16 91 32 55 0 2B 109 4A 21
Octal 111 26 221 62 125 0 53 411 112 41
Binary 1001001 10110 10010001 110010 1010101 0 101011 100001001 1001010 100001

Color Harmonies of #491691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491691

Black with #491691

Text Example


Text Example

White with #491691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491691; }

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

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

background-color css

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

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

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

border-color css

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

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

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