Html Css Color HEX #49077B Indigo

📋 copy color: '#49077B'

red 73 ◦ green 7 ◦ blue 123

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

Shades of Indigo #49077B

Tints of Indigo #49077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 35.96%
G = 3.45%
B = 60.59%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49077B (or 0x49077B) is known color: Indigo. HEX triplet: 49, 07 and 7B. RGB value is (73,7,123). Sum of RGB (Red+Green+Blue) = 73+7+123=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #49077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49077B is #B6F884. Grayscale: #272727. Windows color (decimal): -11991173 or 8062793. OLE color: 8062793.

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

Color convert

RGB 73 7 123 -
CMYK 0.41 0.94 0 0.52
HSL 274.14º 0.89% 0.25% -
HSV(B) 274.14º 0.94% 0.48% -
XYZ 6.4 3 18.98 -
YUV 39.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 73 7 123 0.41 0.94 0 0.52 274.14 0.89 0.25
Hex 49 7 7B 29 5E 0 34 112 59 19
Octal 111 7 173 51 136 0 64 422 131 31
Binary 1001001 111 1111011 101001 1011110 0 110100 100010010 1011001 11001

Color Harmonies of #49077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49077B

Black with #49077B

Text Example


Text Example

White with #49077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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