Html Css Color HEX #49157F Indigo

📋 copy color: '#49157F'

red 73 ◦ green 21 ◦ blue 127

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

Shades of Indigo #49157F

Tints of Indigo #49157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

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

R = 33.03%
G = 9.5%
B = 57.47%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49157F (or 0x49157F) is known color: Indigo. HEX triplet: 49, 15 and 7F. RGB value is (73,21,127). Sum of RGB (Red+Green+Blue) = 73+21+127=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #49157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49157F is #B6EA80. Grayscale: #303030. Windows color (decimal): -11987585 or 8328521. OLE color: 8328521.

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

Color convert

RGB 73 21 127 -
CMYK 0.43 0.83 0 0.50
HSL 269.43º 0.72% 0.29% -
HSV(B) 269.43º 0.83% 0.5% -
XYZ 6.85 3.49 20.39 -
YUV 48.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 73 21 127 0.43 0.83 0 0.50 269.43 0.72 0.29
Hex 49 15 7F 2B 53 0 32 10D 48 1D
Octal 111 25 177 53 123 0 62 415 110 35
Binary 1001001 10101 1111111 101011 1010011 0 110010 100001101 1001000 11101

Color Harmonies of #49157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49157F

Black with #49157F

Text Example


Text Example

White with #49157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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