Html Css Color HEX #49019D Indigo

📋 copy color: '#49019D'

red 73 ◦ green 1 ◦ blue 157

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

Shades of Indigo #49019D

Tints of Indigo #49019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 31.6%
G = 0.43%
B = 67.97%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49019D (or 0x49019D) is known color: Indigo. HEX triplet: 49, 01 and 9D. RGB value is (73,1,157). Sum of RGB (Red+Green+Blue) = 73+1+157=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #49019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49019D is #B6FE62. Grayscale: #272727. Windows color (decimal): -11992675 or 10289481. OLE color: 10289481.

HSL color Cylindrical-coordinate representation of color #49019D: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49019D is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 1 157 -
CMYK 0.54 0.99 0 0.38
HSL 267.69º 0.99% 0.31% -
HSV(B) 267.69º 0.99% 0.62% -
XYZ 8.84 3.87 32.18 -
YUV 40.31 193.85 151.32 -
System Red Green Blue C M Y K H S L
Decimal 73 1 157 0.54 0.99 0 0.38 267.69 0.99 0.31
Hex 49 1 9D 36 63 0 26 10C 63 1F
Octal 111 1 235 66 143 0 46 414 143 37
Binary 1001001 1 10011101 110110 1100011 0 100110 100001100 1100011 11111

Color Harmonies of #49019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49019D

Black with #49019D

Text Example


Text Example

White with #49019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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