Html Css Color HEX #4D0E72 Indigo

📋 copy color: '#4D0E72'

red 77 ◦ green 14 ◦ blue 114

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

Shades of Indigo #4D0E72

Tints of Indigo #4D0E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 37.56%
G = 6.83%
B = 55.61%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0E72 (or 0x4D0E72) is known color: Indigo. HEX triplet: 4D, 0E and 72. RGB value is (77,14,114). Sum of RGB (Red+Green+Blue) = 77+14+114=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E72 is #B2F18D. Grayscale: #2B2B2B. Windows color (decimal): -11727246 or 7474765. OLE color: 7474765.

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

Color convert

RGB 77 14 114 -
CMYK 0.32 0.88 0 0.55
HSL 277.8º 0.78% 0.25% -
HSV(B) 277.8º 0.88% 0.45% -
XYZ 6.25 3.11 16.19 -
YUV 44.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 77 14 114 0.32 0.88 0 0.55 277.8 0.78 0.25
Hex 4D E 72 20 58 0 37 116 4E 19
Octal 115 16 162 40 130 0 67 426 116 31
Binary 1001101 1110 1110010 100000 1011000 0 110111 100010110 1001110 11001

Color Harmonies of #4D0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E72

Black with #4D0E72

Text Example


Text Example

White with #4D0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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