Html Css Color HEX #4D0E73 Indigo

📋 copy color: '#4D0E73'

red 77 ◦ green 14 ◦ blue 115

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

Shades of Indigo #4D0E73

Tints of Indigo #4D0E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 37.38%
G = 6.8%
B = 55.83%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0E73 (or 0x4D0E73) is known color: Indigo. HEX triplet: 4D, 0E and 73. RGB value is (77,14,115). Sum of RGB (Red+Green+Blue) = 77+14+115=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E73 is #B2F18C. Grayscale: #2C2C2C. Windows color (decimal): -11727245 or 7540301. OLE color: 7540301.

HSL color Cylindrical-coordinate representation of color #4D0E73: hue angle of 277.43º 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 #4D0E73 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 14 115 -
CMYK 0.33 0.88 0 0.55
HSL 277.43º 0.78% 0.25% -
HSV(B) 277.43º 0.88% 0.45% -
XYZ 6.31 3.13 16.49 -
YUV 44.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 77 14 115 0.33 0.88 0 0.55 277.43 0.78 0.25
Hex 4D E 73 21 58 0 37 115 4E 19
Octal 115 16 163 41 130 0 67 425 116 31
Binary 1001101 1110 1110011 100001 1011000 0 110111 100010101 1001110 11001

Color Harmonies of #4D0E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E73

Black with #4D0E73

Text Example


Text Example

White with #4D0E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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