Html Css Color HEX #49178A Indigo

📋 copy color: '#49178A'

red 73 ◦ green 23 ◦ blue 138

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

Shades of Indigo #49178A

Tints of Indigo #49178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 31.2%
G = 9.83%
B = 58.97%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49178A (or 0x49178A) is known color: Indigo. HEX triplet: 49, 17 and 8A. RGB value is (73,23,138). Sum of RGB (Red+Green+Blue) = 73+23+138=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #49178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49178A is #B6E875. Grayscale: #323232. Windows color (decimal): -11987062 or 9049929. OLE color: 9049929.

HSL color Cylindrical-coordinate representation of color #49178A: hue angle of 266.09º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49178A is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 23 138 -
CMYK 0.47 0.83 0 0.46
HSL 266.09º 0.71% 0.32% -
HSV(B) 266.09º 0.83% 0.54% -
XYZ 7.64 3.86 24.39 -
YUV 51.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 73 23 138 0.47 0.83 0 0.46 266.09 0.71 0.32
Hex 49 17 8A 2F 53 0 2E 10A 47 20
Octal 111 27 212 57 123 0 56 412 107 40
Binary 1001001 10111 10001010 101111 1010011 0 101110 100001010 1000111 100000

Color Harmonies of #49178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49178A

Black with #49178A

Text Example


Text Example

White with #49178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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