Html Css Color HEX #49019A Indigo

📋 copy color: '#49019A'

red 73 ◦ green 1 ◦ blue 154

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

Shades of Indigo #49019A

Tints of Indigo #49019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.54%

R = 32.02%
G = 0.44%
B = 67.54%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49019A (or 0x49019A) is known color: Indigo. HEX triplet: 49, 01 and 9A. RGB value is (73,1,154). Sum of RGB (Red+Green+Blue) = 73+1+154=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #49019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49019A is #B6FE65. Grayscale: #272727. Windows color (decimal): -11992678 or 10092873. OLE color: 10092873.

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

Color convert

RGB 73 1 154 -
CMYK 0.53 0.99 0 0.40
HSL 268.24º 0.99% 0.3% -
HSV(B) 268.24º 0.99% 0.6% -
XYZ 8.59 3.77 30.85 -
YUV 39.97 192.35 151.56 -
System Red Green Blue C M Y K H S L
Decimal 73 1 154 0.53 0.99 0 0.40 268.24 0.99 0.3
Hex 49 1 9A 35 63 0 28 10C 63 1E
Octal 111 1 232 65 143 0 50 414 143 36
Binary 1001001 1 10011010 110101 1100011 0 101000 100001100 1100011 11110

Color Harmonies of #49019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49019A

Black with #49019A

Text Example


Text Example

White with #49019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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