Html Css Color HEX #49167D Indigo

📋 copy color: '#49167D'

red 73 ◦ green 22 ◦ blue 125

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

Shades of Indigo #49167D

Tints of Indigo #49167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 33.18%
G = 10%
B = 56.82%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49167D (or 0x49167D) is known color: Indigo. HEX triplet: 49, 16 and 7D. RGB value is (73,22,125). Sum of RGB (Red+Green+Blue) = 73+22+125=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #49167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49167D is #B6E982. Grayscale: #303030. Windows color (decimal): -11987331 or 8197705. OLE color: 8197705.

HSL color Cylindrical-coordinate representation of color #49167D: hue angle of 269.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49167D is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 22 125 -
CMYK 0.42 0.82 0 0.51
HSL 269.71º 0.7% 0.29% -
HSV(B) 269.71º 0.82% 0.49% -
XYZ 6.74 3.47 19.72 -
YUV 48.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 73 22 125 0.42 0.82 0 0.51 269.71 0.7 0.29
Hex 49 16 7D 2A 52 0 33 10E 46 1D
Octal 111 26 175 52 122 0 63 416 106 35
Binary 1001001 10110 1111101 101010 1010010 0 110011 100001110 1000110 11101

Color Harmonies of #49167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49167D

Black with #49167D

Text Example


Text Example

White with #49167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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