Html Css Color HEX #49019F Indigo

📋 copy color: '#49019F'

red 73 ◦ green 1 ◦ blue 159

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

Shades of Indigo #49019F

Tints of Indigo #49019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.24%

R = 31.33%
G = 0.43%
B = 68.24%

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

#49019F (or 0x49019F) is known color: Indigo. HEX triplet: 49, 01 and 9F. RGB value is (73,1,159). Sum of RGB (Red+Green+Blue) = 73+1+159=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #49019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49019F is #B6FE60. Grayscale: #272727. Windows color (decimal): -11992673 or 10420553. OLE color: 10420553.

HSL color Cylindrical-coordinate representation of color #49019F: hue angle of 267.34º 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 #49019F is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 1 159 -
CMYK 0.54 0.99 0 0.38
HSL 267.34º 0.99% 0.31% -
HSV(B) 267.34º 0.99% 0.62% -
XYZ 9.02 3.94 33.09 -
YUV 40.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 73 1 159 0.54 0.99 0 0.38 267.34 0.99 0.31
Hex 49 1 9F 36 63 0 26 10B 63 1F
Octal 111 1 237 66 143 0 46 413 143 37
Binary 1001001 1 10011111 110110 1100011 0 100110 100001011 1100011 11111

Color Harmonies of #49019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49019F

Black with #49019F

Text Example


Text Example

White with #49019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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