Html Css Color HEX #4D049D Indigo

📋 copy color: '#4D049D'

red 77 ◦ green 4 ◦ blue 157

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

Shades of Indigo #4D049D

Tints of Indigo #4D049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 32.35%
G = 1.68%
B = 65.97%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D049D (or 0x4D049D) is known color: Indigo. HEX triplet: 4D, 04 and 9D. RGB value is (77,4,157). Sum of RGB (Red+Green+Blue) = 77+4+157=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D049D is #B2FB62. Grayscale: #2A2A2A. Windows color (decimal): -11729763 or 10290253. OLE color: 10290253.

HSL color Cylindrical-coordinate representation of color #4D049D: hue angle of 268.63º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D049D is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 4 157 -
CMYK 0.51 0.97 0 0.38
HSL 268.63º 0.95% 0.32% -
HSV(B) 268.63º 0.97% 0.62% -
XYZ 9.19 4.1 32.21 -
YUV 43.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 77 4 157 0.51 0.97 0 0.38 268.63 0.95 0.32
Hex 4D 4 9D 33 61 0 26 10D 5F 20
Octal 115 4 235 63 141 0 46 415 137 40
Binary 1001101 100 10011101 110011 1100001 0 100110 100001101 1011111 100000

Color Harmonies of #4D049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D049D

Black with #4D049D

Text Example


Text Example

White with #4D049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,157); }

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

background-color css

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

 a { background-color: rgb(77,4,157); }

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

border-color css

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

 span { border-color: rgb(77,4,157); }

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