Html Css Color HEX #49018D Indigo

📋 copy color: '#49018D'

red 73 ◦ green 1 ◦ blue 141

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

Shades of Indigo #49018D

Tints of Indigo #49018D

RGB

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

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

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

R = 33.95%
G = 0.47%
B = 65.58%

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

#49018D (or 0x49018D) is known color: Indigo. HEX triplet: 49, 01 and 8D. RGB value is (73,1,141). Sum of RGB (Red+Green+Blue) = 73+1+141=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #49018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49018D is #B6FE72. Grayscale: #262626. Windows color (decimal): -11992691 or 9240905. OLE color: 9240905.

HSL color Cylindrical-coordinate representation of color #49018D: hue angle of 270.86º 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 #49018D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 1 141 -
CMYK 0.48 0.99 0 0.45
HSL 270.86º 0.99% 0.28% -
HSV(B) 270.86º 0.99% 0.55% -
XYZ 7.57 3.36 25.45 -
YUV 38.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 73 1 141 0.48 0.99 0 0.45 270.86 0.99 0.28
Hex 49 1 8D 30 63 0 2D 10F 63 1C
Octal 111 1 215 60 143 0 55 417 143 34
Binary 1001001 1 10001101 110000 1100011 0 101101 100001111 1100011 11100

Color Harmonies of #49018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49018D

Black with #49018D

Text Example


Text Example

White with #49018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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