Html Css Color HEX #491197 Indigo

📋 copy color: '#491197'

red 73 ◦ green 17 ◦ blue 151

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

Shades of Indigo #491197

Tints of Indigo #491197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.05%

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 30.29%
G = 7.05%
B = 62.66%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#491197 (or 0x491197) is known color: Indigo. HEX triplet: 49, 11 and 97. RGB value is (73,17,151). Sum of RGB (Red+Green+Blue) = 73+17+151=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #491197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491197 is #B6EE68. Grayscale: #303030. Windows color (decimal): -11988585 or 9900361. OLE color: 9900361.

HSL color Cylindrical-coordinate representation of color #491197: hue angle of 265.07º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491197 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 17 151 -
CMYK 0.52 0.89 0 0.41
HSL 265.07º 0.8% 0.33% -
HSV(B) 265.07º 0.89% 0.59% -
XYZ 8.53 4.05 29.61 -
YUV 49.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 73 17 151 0.52 0.89 0 0.41 265.07 0.8 0.33
Hex 49 11 97 34 59 0 29 109 50 21
Octal 111 21 227 64 131 0 51 411 120 41
Binary 1001001 10001 10010111 110100 1011001 0 101001 100001001 1010000 100001

Color Harmonies of #491197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491197

Black with #491197

Text Example


Text Example

White with #491197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491197; }

 p { color: rgb(73,17,151); }

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

background-color css

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

 a { background-color: rgb(73,17,151); }

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

border-color css

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

 span { border-color: rgb(73,17,151); }

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