Html Css Color HEX #49117C Indigo

📋 copy color: '#49117C'

red 73 ◦ green 17 ◦ blue 124

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

Shades of Indigo #49117C

Tints of Indigo #49117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 34.11%
G = 7.94%
B = 57.94%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49117C (or 0x49117C) is known color: Indigo. HEX triplet: 49, 11 and 7C. RGB value is (73,17,124). Sum of RGB (Red+Green+Blue) = 73+17+124=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #49117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49117C is #B6EE83. Grayscale: #2D2D2D. Windows color (decimal): -11988612 or 8130889. OLE color: 8130889.

HSL color Cylindrical-coordinate representation of color #49117C: hue angle of 271.4º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49117C is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 17 124 -
CMYK 0.41 0.86 0 0.51
HSL 271.4º 0.76% 0.28% -
HSV(B) 271.4º 0.86% 0.49% -
XYZ 6.59 3.27 19.35 -
YUV 45.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 73 17 124 0.41 0.86 0 0.51 271.4 0.76 0.28
Hex 49 11 7C 29 56 0 33 10F 4C 1C
Octal 111 21 174 51 126 0 63 417 114 34
Binary 1001001 10001 1111100 101001 1010110 0 110011 100001111 1001100 11100

Color Harmonies of #49117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49117C

Black with #49117C

Text Example


Text Example

White with #49117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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