Html Css Color HEX #49178E Indigo

📋 copy color: '#49178E'

red 73 ◦ green 23 ◦ blue 142

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

Shades of Indigo #49178E

Tints of Indigo #49178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.66%

R = 30.67%
G = 9.66%
B = 59.66%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49178E (or 0x49178E) is known color: Indigo. HEX triplet: 49, 17 and 8E. RGB value is (73,23,142). Sum of RGB (Red+Green+Blue) = 73+23+142=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #49178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49178E is #B6E871. Grayscale: #333333. Windows color (decimal): -11987058 or 9312073. OLE color: 9312073.

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

Color convert

RGB 73 23 142 -
CMYK 0.49 0.84 0 0.44
HSL 265.21º 0.72% 0.32% -
HSV(B) 265.21º 0.84% 0.56% -
XYZ 7.94 3.98 25.94 -
YUV 51.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 73 23 142 0.49 0.84 0 0.44 265.21 0.72 0.32
Hex 49 17 8E 31 54 0 2C 109 48 20
Octal 111 27 216 61 124 0 54 411 110 40
Binary 1001001 10111 10001110 110001 1010100 0 101100 100001001 1001000 100000

Color Harmonies of #49178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49178E

Black with #49178E

Text Example


Text Example

White with #49178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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