Html Css Color HEX #4D0EA6 Indigo

📋 copy color: '#4D0EA6'

red 77 ◦ green 14 ◦ blue 166

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

Shades of Indigo #4D0EA6

Tints of Indigo #4D0EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 64.59%

R = 29.96%
G = 5.45%
B = 64.59%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4D0EA6 (or 0x4D0EA6) is known color: Indigo. HEX triplet: 4D, 0E and A6. RGB value is (77,14,166). Sum of RGB (Red+Green+Blue) = 77+14+166=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 166 (65.23% from 255 or 64.59% from 257); Max value from RGB is 166 - color contains mainly: blue. Hex color #4D0EA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0EA6 is #B2F159. Grayscale: #313131. Windows color (decimal): -11727194 or 10882637. OLE color: 10882637.

HSL color Cylindrical-coordinate representation of color #4D0EA6: hue angle of 264.87º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0EA6 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 14 166 -
CMYK 0.54 0.92 0 0.35
HSL 264.87º 0.84% 0.35% -
HSV(B) 264.87º 0.92% 0.65% -
XYZ 10.1 4.65 36.44 -
YUV 50.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 77 14 166 0.54 0.92 0 0.35 264.87 0.84 0.35
Hex 4D E A6 36 5C 0 23 109 54 23
Octal 115 16 246 66 134 0 43 411 124 43
Binary 1001101 1110 10100110 110110 1011100 0 100011 100001001 1010100 100011

Color Harmonies of #4D0EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EA6

Black with #4D0EA6

Text Example


Text Example

White with #4D0EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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