Html Css Color HEX #49107F Indigo

📋 copy color: '#49107F'

red 73 ◦ green 16 ◦ blue 127

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

Shades of Indigo #49107F

Tints of Indigo #49107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.8%

R = 33.8%
G = 7.41%
B = 58.8%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49107F (or 0x49107F) is known color: Indigo. HEX triplet: 49, 10 and 7F. RGB value is (73,16,127). Sum of RGB (Red+Green+Blue) = 73+16+127=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #49107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49107F is #B6EF80. Grayscale: #2D2D2D. Windows color (decimal): -11988865 or 8327241. OLE color: 8327241.

HSL color Cylindrical-coordinate representation of color #49107F: hue angle of 270.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49107F is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 16 127 -
CMYK 0.43 0.87 0 0.50
HSL 270.81º 0.78% 0.28% -
HSV(B) 270.81º 0.87% 0.5% -
XYZ 6.76 3.32 20.36 -
YUV 45.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 73 16 127 0.43 0.87 0 0.50 270.81 0.78 0.28
Hex 49 10 7F 2B 57 0 32 10F 4E 1C
Octal 111 20 177 53 127 0 62 417 116 34
Binary 1001001 10000 1111111 101011 1010111 0 110010 100001111 1001110 11100

Color Harmonies of #49107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49107F

Black with #49107F

Text Example


Text Example

White with #49107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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