Html Css Color HEX #49017D Indigo

📋 copy color: '#49017D'

red 73 ◦ green 1 ◦ blue 125

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

Shades of Indigo #49017D

Tints of Indigo #49017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 36.68%
G = 0.5%
B = 62.81%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49017D (or 0x49017D) is known color: Indigo. HEX triplet: 49, 01 and 7D. RGB value is (73,1,125). Sum of RGB (Red+Green+Blue) = 73+1+125=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #49017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49017D is #B6FE82. Grayscale: #242424. Windows color (decimal): -11992707 or 8192329. OLE color: 8192329.

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

Color convert

RGB 73 1 125 -
CMYK 0.42 0.99 0 0.51
HSL 274.84º 0.98% 0.25% -
HSV(B) 274.84º 0.99% 0.49% -
XYZ 6.46 2.92 19.62 -
YUV 36.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 73 1 125 0.42 0.99 0 0.51 274.84 0.98 0.25
Hex 49 1 7D 2A 63 0 33 113 62 19
Octal 111 1 175 52 143 0 63 423 142 31
Binary 1001001 1 1111101 101010 1100011 0 110011 100010011 1100010 11001

Color Harmonies of #49017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49017D

Black with #49017D

Text Example


Text Example

White with #49017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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