Html Css Color HEX #4D0EAA Indigo

📋 copy color: '#4D0EAA'

red 77 ◦ green 14 ◦ blue 170

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

Shades of Indigo #4D0EAA

Tints of Indigo #4D0EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.13%

R = 29.5%
G = 5.36%
B = 65.13%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D0EAA (or 0x4D0EAA) is known color: Indigo. HEX triplet: 4D, 0E and AA. RGB value is (77,14,170). Sum of RGB (Red+Green+Blue) = 77+14+170=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0EAA is #B2F155. Grayscale: #323232. Windows color (decimal): -11727190 or 11144781. OLE color: 11144781.

HSL color Cylindrical-coordinate representation of color #4D0EAA: hue angle of 264.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0EAA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 14 170 -
CMYK 0.55 0.92 0 0.33
HSL 264.23º 0.85% 0.36% -
HSV(B) 264.23º 0.92% 0.67% -
XYZ 10.47 4.79 38.4 -
YUV 50.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 77 14 170 0.55 0.92 0 0.33 264.23 0.85 0.36
Hex 4D E AA 37 5C 0 21 108 55 24
Octal 115 16 252 67 134 0 41 410 125 44
Binary 1001101 1110 10101010 110111 1011100 0 100001 100001000 1010101 100100

Color Harmonies of #4D0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EAA

Black with #4D0EAA

Text Example


Text Example

White with #4D0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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