Html Css Color HEX #49157D Indigo

📋 copy color: '#49157D'

red 73 ◦ green 21 ◦ blue 125

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

Shades of Indigo #49157D

Tints of Indigo #49157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 33.33%
G = 9.59%
B = 57.08%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49157D (or 0x49157D) is known color: Indigo. HEX triplet: 49, 15 and 7D. RGB value is (73,21,125). Sum of RGB (Red+Green+Blue) = 73+21+125=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #49157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49157D is #B6EA82. Grayscale: #303030. Windows color (decimal): -11987587 or 8197449. OLE color: 8197449.

HSL color Cylindrical-coordinate representation of color #49157D: hue angle of 270º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49157D is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 21 125 -
CMYK 0.42 0.83 0 0.51
HSL 270º 0.71% 0.29% -
HSV(B) 270º 0.83% 0.49% -
XYZ 6.72 3.43 19.71 -
YUV 48.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 73 21 125 0.42 0.83 0 0.51 270 0.71 0.29
Hex 49 15 7D 2A 53 0 33 10E 47 1D
Octal 111 25 175 52 123 0 63 416 107 35
Binary 1001001 10101 1111101 101010 1010011 0 110011 100001110 1000111 11101

Color Harmonies of #49157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49157D

Black with #49157D

Text Example


Text Example

White with #49157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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