Html Css Color HEX #49168B Indigo

📋 copy color: '#49168B'

red 73 ◦ green 22 ◦ blue 139

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

Shades of Indigo #49168B

Tints of Indigo #49168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 31.2%
G = 9.4%
B = 59.4%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49168B (or 0x49168B) is known color: Indigo. HEX triplet: 49, 16 and 8B. RGB value is (73,22,139). Sum of RGB (Red+Green+Blue) = 73+22+139=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #49168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49168B is #B6E974. Grayscale: #323232. Windows color (decimal): -11987317 or 9115209. OLE color: 9115209.

HSL color Cylindrical-coordinate representation of color #49168B: hue angle of 266.15º degrees, saturation: 0.73, 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 #49168B is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 22 139 -
CMYK 0.47 0.84 0 0.45
HSL 266.15º 0.73% 0.32% -
HSV(B) 266.15º 0.84% 0.55% -
XYZ 7.69 3.85 24.76 -
YUV 50.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 73 22 139 0.47 0.84 0 0.45 266.15 0.73 0.32
Hex 49 16 8B 2F 54 0 2D 10A 49 20
Octal 111 26 213 57 124 0 55 412 111 40
Binary 1001001 10110 10001011 101111 1010100 0 101101 100001010 1001001 100000

Color Harmonies of #49168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49168B

Black with #49168B

Text Example


Text Example

White with #49168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49168B; }

 p { color: rgb(73,22,139); }

 H1.HeaderClassName
 {
   color: #49168B;
 }
 .AnyTagClassName
 {
   color: #49168B;
 }
</style>

background-color css

<style>
 a { background-color: #49168B; }

 a { background-color: rgb(73,22,139); }

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

border-color css

<style>
 span { border-color: #49168B; }

 span { border-color: rgb(73,22,139); }

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