Html Css Color HEX #49129F Indigo

📋 copy color: '#49129F'

red 73 ◦ green 18 ◦ blue 159

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

Shades of Indigo #49129F

Tints of Indigo #49129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 29.2%
G = 7.2%
B = 63.6%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49129F (or 0x49129F) is known color: Indigo. HEX triplet: 49, 12 and 9F. RGB value is (73,18,159). Sum of RGB (Red+Green+Blue) = 73+18+159=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #49129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49129F is #B6ED60. Grayscale: #323232. Windows color (decimal): -11988321 or 10424905. OLE color: 10424905.

HSL color Cylindrical-coordinate representation of color #49129F: hue angle of 263.4º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49129F is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 18 159 -
CMYK 0.54 0.89 0 0.38
HSL 263.4º 0.8% 0.35% -
HSV(B) 263.4º 0.89% 0.62% -
XYZ 9.22 4.35 33.15 -
YUV 50.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 73 18 159 0.54 0.89 0 0.38 263.4 0.8 0.35
Hex 49 12 9F 36 59 0 26 107 50 23
Octal 111 22 237 66 131 0 46 407 120 43
Binary 1001001 10010 10011111 110110 1011001 0 100110 100000111 1010000 100011

Color Harmonies of #49129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49129F

Black with #49129F

Text Example


Text Example

White with #49129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,18,159); }

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

background-color css

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

 a { background-color: rgb(73,18,159); }

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

border-color css

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

 span { border-color: rgb(73,18,159); }

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