Html Css Color HEX #491192 Indigo

📋 copy color: '#491192'

red 73 ◦ green 17 ◦ blue 146

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

Shades of Indigo #491192

Tints of Indigo #491192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 30.93%
G = 7.2%
B = 61.86%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491192 (or 0x491192) is known color: Indigo. HEX triplet: 49, 11 and 92. RGB value is (73,17,146). Sum of RGB (Red+Green+Blue) = 73+17+146=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #491192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491192 is #B6EE6D. Grayscale: #2F2F2F. Windows color (decimal): -11988590 or 9572681. OLE color: 9572681.

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

Color convert

RGB 73 17 146 -
CMYK 0.5 0.88 0 0.43
HSL 266.05º 0.79% 0.32% -
HSV(B) 266.05º 0.88% 0.57% -
XYZ 8.14 3.89 27.52 -
YUV 48.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 73 17 146 0.5 0.88 0 0.43 266.05 0.79 0.32
Hex 49 11 92 32 58 0 2B 10A 4F 20
Octal 111 21 222 62 130 0 53 412 117 40
Binary 1001001 10001 10010010 110010 1011000 0 101011 100001010 1001111 100000

Color Harmonies of #491192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491192

Black with #491192

Text Example


Text Example

White with #491192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491192; }

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

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

background-color css

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

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

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

border-color css

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

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

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