Html Css Color HEX #49008D Indigo

📋 copy color: '#49008D'

red 73 ◦ green 0 ◦ blue 141

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

Shades of Indigo #49008D

Tints of Indigo #49008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 34.11%
G = 0%
B = 65.89%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49008D (or 0x49008D) is known color: Indigo. HEX triplet: 49, 00 and 8D. RGB value is (73,0,141). Sum of RGB (Red+Green+Blue) = 73+0+141=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #49008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49008D is #B6FF72. Grayscale: #252525. Windows color (decimal): -11992947 or 9240649. OLE color: 9240649.

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

Color convert

RGB 73 0 141 -
CMYK 0.48 1 0 0.45
HSL 271.06º 1% 0.28% -
HSV(B) 271.06º 1% 0.55% -
XYZ 7.56 3.34 25.45 -
YUV 37.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 73 0 141 0.48 1 0 0.45 271.06 1 0.28
Hex 49 0 8D 30 64 0 2D 10F 64 1C
Octal 111 0 215 60 144 0 55 417 144 34
Binary 1001001 0 10001101 110000 1100100 0 101101 100001111 1100100 11100

Color Harmonies of #49008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49008D

Black with #49008D

Text Example


Text Example

White with #49008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,0,141); }

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

background-color css

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

 a { background-color: rgb(73,0,141); }

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

border-color css

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

 span { border-color: rgb(73,0,141); }

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