Html Css Color HEX #4D0D71 Indigo

📋 copy color: '#4D0D71'

red 77 ◦ green 13 ◦ blue 113

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

Shades of Indigo #4D0D71

Tints of Indigo #4D0D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.4%

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 37.93%
G = 6.4%
B = 55.67%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D0D71 (or 0x4D0D71) is known color: Indigo. HEX triplet: 4D, 0D and 71. RGB value is (77,13,113). Sum of RGB (Red+Green+Blue) = 77+13+113=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0D71 is #B2F28E. Grayscale: #2B2B2B. Windows color (decimal): -11727503 or 7408973. OLE color: 7408973.

HSL color Cylindrical-coordinate representation of color #4D0D71: hue angle of 278.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0D71 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 13 113 -
CMYK 0.32 0.88 0 0.56
HSL 278.4º 0.79% 0.25% -
HSV(B) 278.4º 0.88% 0.44% -
XYZ 6.19 3.06 15.89 -
YUV 43.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 77 13 113 0.32 0.88 0 0.56 278.4 0.79 0.25
Hex 4D D 71 20 58 0 38 116 4F 19
Octal 115 15 161 40 130 0 70 426 117 31
Binary 1001101 1101 1110001 100000 1011000 0 111000 100010110 1001111 11001

Color Harmonies of #4D0D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0D71

Black with #4D0D71

Text Example


Text Example

White with #4D0D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,113); }

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

background-color css

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

 a { background-color: rgb(77,13,113); }

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

border-color css

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

 span { border-color: rgb(77,13,113); }

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