Html Css Color HEX #49137C Indigo

📋 copy color: '#49137C'

red 73 ◦ green 19 ◦ blue 124

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

Shades of Indigo #49137C

Tints of Indigo #49137C

RGB

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

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

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

R = 33.8%
G = 8.8%
B = 57.41%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49137C (or 0x49137C) is known color: Indigo. HEX triplet: 49, 13 and 7C. RGB value is (73,19,124). Sum of RGB (Red+Green+Blue) = 73+19+124=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #49137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49137C is #B6EC83. Grayscale: #2E2E2E. Windows color (decimal): -11988100 or 8131401. OLE color: 8131401.

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

Color convert

RGB 73 19 124 -
CMYK 0.41 0.85 0 0.51
HSL 270.86º 0.73% 0.28% -
HSV(B) 270.86º 0.85% 0.49% -
XYZ 6.62 3.34 19.36 -
YUV 47.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 73 19 124 0.41 0.85 0 0.51 270.86 0.73 0.28
Hex 49 13 7C 29 55 0 33 10F 49 1C
Octal 111 23 174 51 125 0 63 417 111 34
Binary 1001001 10011 1111100 101001 1010101 0 110011 100001111 1001001 11100

Color Harmonies of #49137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49137C

Black with #49137C

Text Example


Text Example

White with #49137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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