Html Css Color HEX #49137F Indigo

📋 copy color: '#49137F'

red 73 ◦ green 19 ◦ blue 127

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

Shades of Indigo #49137F

Tints of Indigo #49137F

RGB

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

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

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

R = 33.33%
G = 8.68%
B = 57.99%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49137F (or 0x49137F) is known color: Indigo. HEX triplet: 49, 13 and 7F. RGB value is (73,19,127). Sum of RGB (Red+Green+Blue) = 73+19+127=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #49137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49137F is #B6EC80. Grayscale: #2F2F2F. Windows color (decimal): -11988097 or 8328009. OLE color: 8328009.

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

Color convert

RGB 73 19 127 -
CMYK 0.43 0.85 0 0.50
HSL 270º 0.74% 0.29% -
HSV(B) 270º 0.85% 0.5% -
XYZ 6.81 3.41 20.38 -
YUV 47.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 73 19 127 0.43 0.85 0 0.50 270 0.74 0.29
Hex 49 13 7F 2B 55 0 32 10E 4A 1D
Octal 111 23 177 53 125 0 62 416 112 35
Binary 1001001 10011 1111111 101011 1010101 0 110010 100001110 1001010 11101

Color Harmonies of #49137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49137F

Black with #49137F

Text Example


Text Example

White with #49137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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