Html Css Color HEX #4D0577 Indigo

📋 copy color: '#4D0577'

red 77 ◦ green 5 ◦ blue 119

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

Shades of Indigo #4D0577

Tints of Indigo #4D0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 38.31%
G = 2.49%
B = 59.2%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D0577 (or 0x4D0577) is known color: Indigo. HEX triplet: 4D, 05 and 77. RGB value is (77,5,119). Sum of RGB (Red+Green+Blue) = 77+5+119=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0577 is #B2FA88. Grayscale: #272727. Windows color (decimal): -11729545 or 7800141. OLE color: 7800141.

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

Color convert

RGB 77 5 119 -
CMYK 0.35 0.96 0 0.53
HSL 277.89º 0.92% 0.24% -
HSV(B) 277.89º 0.96% 0.47% -
XYZ 6.44 3.02 17.7 -
YUV 39.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 77 5 119 0.35 0.96 0 0.53 277.89 0.92 0.24
Hex 4D 5 77 23 60 0 35 116 5C 18
Octal 115 5 167 43 140 0 65 426 134 30
Binary 1001101 101 1110111 100011 1100000 0 110101 100010110 1011100 11000

Color Harmonies of #4D0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0577

Black with #4D0577

Text Example


Text Example

White with #4D0577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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