Html Css Color HEX #4D057F Indigo

📋 copy color: '#4D057F'

red 77 ◦ green 5 ◦ blue 127

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

Shades of Indigo #4D057F

Tints of Indigo #4D057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.77%

R = 36.84%
G = 2.39%
B = 60.77%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D057F (or 0x4D057F) is known color: Indigo. HEX triplet: 4D, 05 and 7F. RGB value is (77,5,127). Sum of RGB (Red+Green+Blue) = 77+5+127=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D057F is #B2FA80. Grayscale: #282828. Windows color (decimal): -11729537 or 8324429. OLE color: 8324429.

HSL color Cylindrical-coordinate representation of color #4D057F: hue angle of 275.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D057F is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 5 127 -
CMYK 0.39 0.96 0 0.50
HSL 275.41º 0.92% 0.26% -
HSV(B) 275.41º 0.96% 0.5% -
XYZ 6.95 3.22 20.33 -
YUV 40.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 77 5 127 0.39 0.96 0 0.50 275.41 0.92 0.26
Hex 4D 5 7F 27 60 0 32 113 5C 1A
Octal 115 5 177 47 140 0 62 423 134 32
Binary 1001101 101 1111111 100111 1100000 0 110010 100010011 1011100 11010

Color Harmonies of #4D057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D057F

Black with #4D057F

Text Example


Text Example

White with #4D057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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