Html Css Color HEX #49178D Indigo

📋 copy color: '#49178D'

red 73 ◦ green 23 ◦ blue 141

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

Shades of Indigo #49178D

Tints of Indigo #49178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 30.8%
G = 9.7%
B = 59.49%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49178D (or 0x49178D) is known color: Indigo. HEX triplet: 49, 17 and 8D. RGB value is (73,23,141). Sum of RGB (Red+Green+Blue) = 73+23+141=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #49178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49178D is #B6E872. Grayscale: #323232. Windows color (decimal): -11987059 or 9246537. OLE color: 9246537.

HSL color Cylindrical-coordinate representation of color #49178D: hue angle of 265.42º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49178D is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 23 141 -
CMYK 0.48 0.84 0 0.45
HSL 265.42º 0.72% 0.32% -
HSV(B) 265.42º 0.84% 0.55% -
XYZ 7.86 3.95 25.55 -
YUV 51.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 73 23 141 0.48 0.84 0 0.45 265.42 0.72 0.32
Hex 49 17 8D 30 54 0 2D 109 48 20
Octal 111 27 215 60 124 0 55 411 110 40
Binary 1001001 10111 10001101 110000 1010100 0 101101 100001001 1001000 100000

Color Harmonies of #49178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49178D

Black with #49178D

Text Example


Text Example

White with #49178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,23,141); }

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

background-color css

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

 a { background-color: rgb(73,23,141); }

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

border-color css

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

 span { border-color: rgb(73,23,141); }

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