Html Css Color HEX #4D047D Indigo

📋 copy color: '#4D047D'

red 77 ◦ green 4 ◦ blue 125

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

Shades of Indigo #4D047D

Tints of Indigo #4D047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 37.38%
G = 1.94%
B = 60.68%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D047D (or 0x4D047D) is known color: Indigo. HEX triplet: 4D, 04 and 7D. RGB value is (77,4,125). Sum of RGB (Red+Green+Blue) = 77+4+125=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D047D is #B2FB82. Grayscale: #272727. Windows color (decimal): -11729795 or 8193101. OLE color: 8193101.

HSL color Cylindrical-coordinate representation of color #4D047D: hue angle of 276.2º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D047D is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 4 125 -
CMYK 0.38 0.97 0 0.51
HSL 276.2º 0.94% 0.25% -
HSV(B) 276.2º 0.97% 0.49% -
XYZ 6.81 3.15 19.65 -
YUV 39.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 77 4 125 0.38 0.97 0 0.51 276.2 0.94 0.25
Hex 4D 4 7D 26 61 0 33 114 5E 19
Octal 115 4 175 46 141 0 63 424 136 31
Binary 1001101 100 1111101 100110 1100001 0 110011 100010100 1011110 11001

Color Harmonies of #4D047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D047D

Black with #4D047D

Text Example


Text Example

White with #4D047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,125); }

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

background-color css

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

 a { background-color: rgb(77,4,125); }

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

border-color css

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

 span { border-color: rgb(77,4,125); }

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