Html Css Color HEX #49086D Indigo

📋 copy color: '#49086D'

red 73 ◦ green 8 ◦ blue 109

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

Shades of Indigo #49086D

Tints of Indigo #49086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

 BLUE value IS 109 (42.97% from 255) = 57.37%

R = 38.42%
G = 4.21%
B = 57.37%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49086D (or 0x49086D) is known color: Indigo. HEX triplet: 49, 08 and 6D. RGB value is (73,8,109). Sum of RGB (Red+Green+Blue) = 73+8+109=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #49086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49086D is #B6F792. Grayscale: #262626. Windows color (decimal): -11990931 or 7145545. OLE color: 7145545.

HSL color Cylindrical-coordinate representation of color #49086D: hue angle of 278.61º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49086D is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 8 109 -
CMYK 0.33 0.93 0 0.57
HSL 278.61º 0.86% 0.23% -
HSV(B) 278.61º 0.93% 0.43% -
XYZ 5.59 2.69 14.69 -
YUV 38.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 73 8 109 0.33 0.93 0 0.57 278.61 0.86 0.23
Hex 49 8 6D 21 5D 0 39 117 56 17
Octal 111 10 155 41 135 0 71 427 126 27
Binary 1001001 1000 1101101 100001 1011101 0 111001 100010111 1010110 10111

Color Harmonies of #49086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49086D

Black with #49086D

Text Example


Text Example

White with #49086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,8,109); }

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

background-color css

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

 a { background-color: rgb(73,8,109); }

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

border-color css

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

 span { border-color: rgb(73,8,109); }

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