Html Css Color HEX #4D1178 Indigo

📋 copy color: '#4D1178'

red 77 ◦ green 17 ◦ blue 120

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

Shades of Indigo #4D1178

Tints of Indigo #4D1178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 120 (47.27% from 255) = 56.07%

R = 35.98%
G = 7.94%
B = 56.07%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D1178 (or 0x4D1178) is known color: Indigo. HEX triplet: 4D, 11 and 78. RGB value is (77,17,120). Sum of RGB (Red+Green+Blue) = 77+17+120=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D1178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1178 is #B2EE87. Grayscale: #2E2E2E. Windows color (decimal): -11726472 or 7868749. OLE color: 7868749.

HSL color Cylindrical-coordinate representation of color #4D1178: hue angle of 274.95º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1178 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 17 120 -
CMYK 0.36 0.86 0 0.53
HSL 274.95º 0.75% 0.27% -
HSV(B) 274.95º 0.86% 0.47% -
XYZ 6.65 3.33 18.06 -
YUV 46.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 77 17 120 0.36 0.86 0 0.53 274.95 0.75 0.27
Hex 4D 11 78 24 56 0 35 113 4B 1B
Octal 115 21 170 44 126 0 65 423 113 33
Binary 1001101 10001 1111000 100100 1010110 0 110101 100010011 1001011 11011

Color Harmonies of #4D1178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1178

Black with #4D1178

Text Example


Text Example

White with #4D1178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,120); }

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

background-color css

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

 a { background-color: rgb(77,17,120); }

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

border-color css

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

 span { border-color: rgb(77,17,120); }

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