Html Css Color HEX #4D1077 Indigo

📋 copy color: '#4D1077'

red 77 ◦ green 16 ◦ blue 119

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

Shades of Indigo #4D1077

Tints of Indigo #4D1077

RGB

 RED value IS 77 (30.47% from 255) = 36.32%

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 36.32%
G = 7.55%
B = 56.13%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D1077 (or 0x4D1077) is known color: Indigo. HEX triplet: 4D, 10 and 77. RGB value is (77,16,119). Sum of RGB (Red+Green+Blue) = 77+16+119=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D1077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1077 is #B2EF88. Grayscale: #2D2D2D. Windows color (decimal): -11726729 or 7802957. OLE color: 7802957.

HSL color Cylindrical-coordinate representation of color #4D1077: hue angle of 275.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1077 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 16 119 -
CMYK 0.35 0.87 0 0.53
HSL 275.53º 0.76% 0.26% -
HSV(B) 275.53º 0.87% 0.47% -
XYZ 6.58 3.28 17.74 -
YUV 45.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 77 16 119 0.35 0.87 0 0.53 275.53 0.76 0.26
Hex 4D 10 77 23 57 0 35 114 4C 1A
Octal 115 20 167 43 127 0 65 424 114 32
Binary 1001101 10000 1110111 100011 1010111 0 110101 100010100 1001100 11010

Color Harmonies of #4D1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1077

Black with #4D1077

Text Example


Text Example

White with #4D1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D1077; }

 p { color: rgb(77,16,119); }

 H1.HeaderClassName
 {
   color: #4D1077;
 }
 .AnyTagClassName
 {
   color: #4D1077;
 }
</style>

background-color css

<style>
 a { background-color: #4D1077; }

 a { background-color: rgb(77,16,119); }

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

border-color css

<style>
 span { border-color: #4D1077; }

 span { border-color: rgb(77,16,119); }

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