Html Css Color HEX #49157B Indigo

📋 copy color: '#49157B'

red 73 ◦ green 21 ◦ blue 123

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

Shades of Indigo #49157B

Tints of Indigo #49157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.68%

R = 33.64%
G = 9.68%
B = 56.68%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49157B (or 0x49157B) is known color: Indigo. HEX triplet: 49, 15 and 7B. RGB value is (73,21,123). Sum of RGB (Red+Green+Blue) = 73+21+123=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #49157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49157B is #B6EA84. Grayscale: #2F2F2F. Windows color (decimal): -11987589 or 8066377. OLE color: 8066377.

HSL color Cylindrical-coordinate representation of color #49157B: hue angle of 270.59º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49157B is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 21 123 -
CMYK 0.41 0.83 0 0.52
HSL 270.59º 0.71% 0.28% -
HSV(B) 270.59º 0.83% 0.48% -
XYZ 6.59 3.38 19.04 -
YUV 48.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 73 21 123 0.41 0.83 0 0.52 270.59 0.71 0.28
Hex 49 15 7B 29 53 0 34 10F 47 1C
Octal 111 25 173 51 123 0 64 417 107 34
Binary 1001001 10101 1111011 101001 1010011 0 110100 100001111 1000111 11100

Color Harmonies of #49157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49157B

Black with #49157B

Text Example


Text Example

White with #49157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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