Html Css Color HEX #491386 Indigo

📋 copy color: '#491386'

red 73 ◦ green 19 ◦ blue 134

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

Shades of Indigo #491386

Tints of Indigo #491386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 32.3%
G = 8.41%
B = 59.29%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491386 (or 0x491386) is known color: Indigo. HEX triplet: 49, 13 and 86. RGB value is (73,19,134). Sum of RGB (Red+Green+Blue) = 73+19+134=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #491386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491386 is #B6EC79. Grayscale: #2F2F2F. Windows color (decimal): -11988090 or 8786761. OLE color: 8786761.

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

Color convert

RGB 73 19 134 -
CMYK 0.46 0.86 0 0.47
HSL 268.17º 0.75% 0.3% -
HSV(B) 268.17º 0.86% 0.53% -
XYZ 7.28 3.6 22.87 -
YUV 48.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 73 19 134 0.46 0.86 0 0.47 268.17 0.75 0.3
Hex 49 13 86 2E 56 0 2F 10C 4B 1E
Octal 111 23 206 56 126 0 57 414 113 36
Binary 1001001 10011 10000110 101110 1010110 0 101111 100001100 1001011 11110

Color Harmonies of #491386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491386

Black with #491386

Text Example


Text Example

White with #491386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491386; }

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

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

background-color css

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

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

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

border-color css

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

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

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