Html Css Color HEX #49037B Indigo

📋 copy color: '#49037B'

red 73 ◦ green 3 ◦ blue 123

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

Shades of Indigo #49037B

Tints of Indigo #49037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 123 (48.44% from 255) = 61.81%

R = 36.68%
G = 1.51%
B = 61.81%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49037B (or 0x49037B) is known color: Indigo. HEX triplet: 49, 03 and 7B. RGB value is (73,3,123). Sum of RGB (Red+Green+Blue) = 73+3+123=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #49037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49037B is #B6FC84. Grayscale: #252525. Windows color (decimal): -11992197 or 8061769. OLE color: 8061769.

HSL color Cylindrical-coordinate representation of color #49037B: hue angle of 275º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49037B is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 3 123 -
CMYK 0.41 0.98 0 0.52
HSL 275º 0.95% 0.25% -
HSV(B) 275º 0.98% 0.48% -
XYZ 6.36 2.91 18.97 -
YUV 37.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 73 3 123 0.41 0.98 0 0.52 275 0.95 0.25
Hex 49 3 7B 29 62 0 34 113 5F 19
Octal 111 3 173 51 142 0 64 423 137 31
Binary 1001001 11 1111011 101001 1100010 0 110100 100010011 1011111 11001

Color Harmonies of #49037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49037B

Black with #49037B

Text Example


Text Example

White with #49037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,3,123); }

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

background-color css

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

 a { background-color: rgb(73,3,123); }

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

border-color css

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

 span { border-color: rgb(73,3,123); }

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