Html Css Color HEX #49019C Indigo

📋 copy color: '#49019C'

red 73 ◦ green 1 ◦ blue 156

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

Shades of Indigo #49019C

Tints of Indigo #49019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.83%

R = 31.74%
G = 0.43%
B = 67.83%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49019C (or 0x49019C) is known color: Indigo. HEX triplet: 49, 01 and 9C. RGB value is (73,1,156). Sum of RGB (Red+Green+Blue) = 73+1+156=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #49019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49019C is #B6FE63. Grayscale: #272727. Windows color (decimal): -11992676 or 10223945. OLE color: 10223945.

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

Color convert

RGB 73 1 156 -
CMYK 0.53 0.99 0 0.39
HSL 267.87º 0.99% 0.31% -
HSV(B) 267.87º 0.99% 0.61% -
XYZ 8.76 3.84 31.73 -
YUV 40.2 193.35 151.4 -
System Red Green Blue C M Y K H S L
Decimal 73 1 156 0.53 0.99 0 0.39 267.87 0.99 0.31
Hex 49 1 9C 35 63 0 27 10C 63 1F
Octal 111 1 234 65 143 0 47 414 143 37
Binary 1001001 1 10011100 110101 1100011 0 100111 100001100 1100011 11111

Color Harmonies of #49019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49019C

Black with #49019C

Text Example


Text Example

White with #49019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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