Html Css Color HEX #49018C Indigo

📋 copy color: '#49018C'

red 73 ◦ green 1 ◦ blue 140

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

Shades of Indigo #49018C

Tints of Indigo #49018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 34.11%
G = 0.47%
B = 65.42%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49018C (or 0x49018C) is known color: Indigo. HEX triplet: 49, 01 and 8C. RGB value is (73,1,140). Sum of RGB (Red+Green+Blue) = 73+1+140=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #49018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49018C is #B6FE73. Grayscale: #252525. Windows color (decimal): -11992692 or 9175369. OLE color: 9175369.

HSL color Cylindrical-coordinate representation of color #49018C: hue angle of 271.08º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49018C is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 1 140 -
CMYK 0.48 0.99 0 0.45
HSL 271.08º 0.99% 0.28% -
HSV(B) 271.08º 0.99% 0.55% -
XYZ 7.49 3.33 25.06 -
YUV 38.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 73 1 140 0.48 0.99 0 0.45 271.08 0.99 0.28
Hex 49 1 8C 30 63 0 2D 10F 63 1C
Octal 111 1 214 60 143 0 55 417 143 34
Binary 1001001 1 10001100 110000 1100011 0 101101 100001111 1100011 11100

Color Harmonies of #49018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49018C

Black with #49018C

Text Example


Text Example

White with #49018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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