Html Css Color HEX #49129A Indigo

📋 copy color: '#49129A'

red 73 ◦ green 18 ◦ blue 154

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

Shades of Indigo #49129A

Tints of Indigo #49129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.86%

R = 29.8%
G = 7.35%
B = 62.86%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49129A (or 0x49129A) is known color: Indigo. HEX triplet: 49, 12 and 9A. RGB value is (73,18,154). Sum of RGB (Red+Green+Blue) = 73+18+154=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #49129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49129A is #B6ED65. Grayscale: #313131. Windows color (decimal): -11988326 or 10097225. OLE color: 10097225.

HSL color Cylindrical-coordinate representation of color #49129A: hue angle of 264.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49129A is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 18 154 -
CMYK 0.53 0.88 0 0.40
HSL 264.26º 0.79% 0.34% -
HSV(B) 264.26º 0.88% 0.6% -
XYZ 8.8 4.18 30.92 -
YUV 49.95 186.72 144.44 -
System Red Green Blue C M Y K H S L
Decimal 73 18 154 0.53 0.88 0 0.40 264.26 0.79 0.34
Hex 49 12 9A 35 58 0 28 108 4F 22
Octal 111 22 232 65 130 0 50 410 117 42
Binary 1001001 10010 10011010 110101 1011000 0 101000 100001000 1001111 100010

Color Harmonies of #49129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49129A

Black with #49129A

Text Example


Text Example

White with #49129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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