Html Css Color HEX #4D0177 Indigo

📋 copy color: '#4D0177'

red 77 ◦ green 1 ◦ blue 119

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

Shades of Indigo #4D0177

Tints of Indigo #4D0177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 39.09%
G = 0.51%
B = 60.41%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D0177 (or 0x4D0177) is known color: Indigo. HEX triplet: 4D, 01 and 77. RGB value is (77,1,119). Sum of RGB (Red+Green+Blue) = 77+1+119=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D0177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0177 is #B2FE88. Grayscale: #242424. Windows color (decimal): -11730569 or 7799117. OLE color: 7799117.

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

Color convert

RGB 77 1 119 -
CMYK 0.35 0.99 0 0.53
HSL 278.64º 0.98% 0.24% -
HSV(B) 278.64º 0.99% 0.47% -
XYZ 6.4 2.93 17.68 -
YUV 37.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 77 1 119 0.35 0.99 0 0.53 278.64 0.98 0.24
Hex 4D 1 77 23 63 0 35 117 62 18
Octal 115 1 167 43 143 0 65 427 142 30
Binary 1001101 1 1110111 100011 1100011 0 110101 100010111 1100010 11000

Color Harmonies of #4D0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0177

Black with #4D0177

Text Example


Text Example

White with #4D0177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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