Html Css Color HEX #49116F Indigo

📋 copy color: '#49116F'

red 73 ◦ green 17 ◦ blue 111

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

Shades of Indigo #49116F

Tints of Indigo #49116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 36.32%
G = 8.46%
B = 55.22%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49116F (or 0x49116F) is known color: Indigo. HEX triplet: 49, 11 and 6F. RGB value is (73,17,111). Sum of RGB (Red+Green+Blue) = 73+17+111=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #49116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49116F is #B6EE90. Grayscale: #2C2C2C. Windows color (decimal): -11988625 or 7278921. OLE color: 7278921.

HSL color Cylindrical-coordinate representation of color #49116F: hue angle of 275.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49116F is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 17 111 -
CMYK 0.34 0.85 0 0.56
HSL 275.74º 0.73% 0.25% -
HSV(B) 275.74º 0.85% 0.44% -
XYZ 5.82 2.97 15.3 -
YUV 44.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 73 17 111 0.34 0.85 0 0.56 275.74 0.73 0.25
Hex 49 11 6F 22 55 0 38 114 49 19
Octal 111 21 157 42 125 0 70 424 111 31
Binary 1001001 10001 1101111 100010 1010101 0 111000 100010100 1001001 11001

Color Harmonies of #49116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49116F

Black with #49116F

Text Example


Text Example

White with #49116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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