Html Css Color HEX #491194 Indigo

📋 copy color: '#491194'

red 73 ◦ green 17 ◦ blue 148

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

Shades of Indigo #491194

Tints of Indigo #491194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.18%

R = 30.67%
G = 7.14%
B = 62.18%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491194 (or 0x491194) is known color: Indigo. HEX triplet: 49, 11 and 94. RGB value is (73,17,148). Sum of RGB (Red+Green+Blue) = 73+17+148=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #491194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491194 is #B6EE6B. Grayscale: #303030. Windows color (decimal): -11988588 or 9703753. OLE color: 9703753.

HSL color Cylindrical-coordinate representation of color #491194: hue angle of 265.65º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491194 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 17 148 -
CMYK 0.51 0.89 0 0.42
HSL 265.65º 0.79% 0.32% -
HSV(B) 265.65º 0.89% 0.58% -
XYZ 8.29 3.96 28.34 -
YUV 48.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 73 17 148 0.51 0.89 0 0.42 265.65 0.79 0.32
Hex 49 11 94 33 59 0 2A 10A 4F 20
Octal 111 21 224 63 131 0 52 412 117 40
Binary 1001001 10001 10010100 110011 1011001 0 101010 100001010 1001111 100000

Color Harmonies of #491194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491194

Black with #491194

Text Example


Text Example

White with #491194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491194; }

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

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

background-color css

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

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

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

border-color css

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

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

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