Html Css Color HEX #491086 Indigo

📋 copy color: '#491086'

red 73 ◦ green 16 ◦ blue 134

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

Shades of Indigo #491086

Tints of Indigo #491086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 32.74%
G = 7.17%
B = 60.09%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491086 (or 0x491086) is known color: Indigo. HEX triplet: 49, 10 and 86. RGB value is (73,16,134). Sum of RGB (Red+Green+Blue) = 73+16+134=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #491086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491086 is #B6EF79. Grayscale: #2E2E2E. Windows color (decimal): -11988858 or 8785993. OLE color: 8785993.

HSL color Cylindrical-coordinate representation of color #491086: hue angle of 268.98º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491086 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 16 134 -
CMYK 0.46 0.88 0 0.47
HSL 268.98º 0.79% 0.29% -
HSV(B) 268.98º 0.88% 0.53% -
XYZ 7.24 3.51 22.85 -
YUV 46.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 73 16 134 0.46 0.88 0 0.47 268.98 0.79 0.29
Hex 49 10 86 2E 58 0 2F 10D 4F 1D
Octal 111 20 206 56 130 0 57 415 117 35
Binary 1001001 10000 10000110 101110 1011000 0 101111 100001101 1001111 11101

Color Harmonies of #491086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491086

Black with #491086

Text Example


Text Example

White with #491086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491086; }

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

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

background-color css

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

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

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

border-color css

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

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

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