Html Css Color HEX #491092 Indigo

📋 copy color: '#491092'

red 73 ◦ green 16 ◦ blue 146

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

Shades of Indigo #491092

Tints of Indigo #491092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 31.06%
G = 6.81%
B = 62.13%

CMYK

 C value IS 0.5

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491092 (or 0x491092) is known color: Indigo. HEX triplet: 49, 10 and 92. RGB value is (73,16,146). Sum of RGB (Red+Green+Blue) = 73+16+146=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #491092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491092 is #B6EF6D. Grayscale: #2F2F2F. Windows color (decimal): -11988846 or 9572425. OLE color: 9572425.

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

Color convert

RGB 73 16 146 -
CMYK 0.5 0.89 0 0.43
HSL 266.31º 0.8% 0.32% -
HSV(B) 266.31º 0.89% 0.57% -
XYZ 8.12 3.86 27.51 -
YUV 47.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 73 16 146 0.5 0.89 0 0.43 266.31 0.8 0.32
Hex 49 10 92 32 59 0 2B 10A 50 20
Octal 111 20 222 62 131 0 53 412 120 40
Binary 1001001 10000 10010010 110010 1011001 0 101011 100001010 1010000 100000

Color Harmonies of #491092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491092

Black with #491092

Text Example


Text Example

White with #491092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491092; }

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

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

background-color css

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

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

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

border-color css

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

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

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