Html Css Color HEX #49048B Indigo

📋 copy color: '#49048B'

red 73 ◦ green 4 ◦ blue 139

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

Shades of Indigo #49048B

Tints of Indigo #49048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 139 (54.69% from 255) = 64.35%

R = 33.8%
G = 1.85%
B = 64.35%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49048B (or 0x49048B) is known color: Indigo. HEX triplet: 49, 04 and 8B. RGB value is (73,4,139). Sum of RGB (Red+Green+Blue) = 73+4+139=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #49048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49048B is #B6FB74. Grayscale: #272727. Windows color (decimal): -11991925 or 9110601. OLE color: 9110601.

HSL color Cylindrical-coordinate representation of color #49048B: hue angle of 270.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49048B is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 4 139 -
CMYK 0.47 0.97 0 0.45
HSL 270.67º 0.94% 0.28% -
HSV(B) 270.67º 0.97% 0.55% -
XYZ 7.45 3.37 24.68 -
YUV 40.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 73 4 139 0.47 0.97 0 0.45 270.67 0.94 0.28
Hex 49 4 8B 2F 61 0 2D 10F 5E 1C
Octal 111 4 213 57 141 0 55 417 136 34
Binary 1001001 100 10001011 101111 1100001 0 101101 100001111 1011110 11100

Color Harmonies of #49048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49048B

Black with #49048B

Text Example


Text Example

White with #49048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49048B; }

 p { color: rgb(73,4,139); }

 H1.HeaderClassName
 {
   color: #49048B;
 }
 .AnyTagClassName
 {
   color: #49048B;
 }
</style>

background-color css

<style>
 a { background-color: #49048B; }

 a { background-color: rgb(73,4,139); }

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

border-color css

<style>
 span { border-color: #49048B; }

 span { border-color: rgb(73,4,139); }

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