Html Css Color HEX #4D0E71 Indigo

📋 copy color: '#4D0E71'

red 77 ◦ green 14 ◦ blue 113

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

Shades of Indigo #4D0E71

Tints of Indigo #4D0E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.86%

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

R = 37.75%
G = 6.86%
B = 55.39%

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

#4D0E71 (or 0x4D0E71) is known color: Indigo. HEX triplet: 4D, 0E and 71. RGB value is (77,14,113). Sum of RGB (Red+Green+Blue) = 77+14+113=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E71 is #B2F18E. Grayscale: #2B2B2B. Windows color (decimal): -11727247 or 7409229. OLE color: 7409229.

HSL color Cylindrical-coordinate representation of color #4D0E71: hue angle of 278.18º degrees, saturation: 0.78, 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 #4D0E71 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 14 113 -
CMYK 0.32 0.88 0 0.56
HSL 278.18º 0.78% 0.25% -
HSV(B) 278.18º 0.88% 0.44% -
XYZ 6.2 3.08 15.89 -
YUV 44.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 77 14 113 0.32 0.88 0 0.56 278.18 0.78 0.25
Hex 4D E 71 20 58 0 38 116 4E 19
Octal 115 16 161 40 130 0 70 426 116 31
Binary 1001101 1110 1110001 100000 1011000 0 111000 100010110 1001110 11001

Color Harmonies of #4D0E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E71

Black with #4D0E71

Text Example


Text Example

White with #4D0E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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