Html Css Color HEX #4D049F Indigo

📋 copy color: '#4D049F'

red 77 ◦ green 4 ◦ blue 159

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

Shades of Indigo #4D049F

Tints of Indigo #4D049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 32.08%
G = 1.67%
B = 66.25%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D049F (or 0x4D049F) is known color: Indigo. HEX triplet: 4D, 04 and 9F. RGB value is (77,4,159). Sum of RGB (Red+Green+Blue) = 77+4+159=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D049F is #B2FB60. Grayscale: #2A2A2A. Windows color (decimal): -11729761 or 10421325. OLE color: 10421325.

HSL color Cylindrical-coordinate representation of color #4D049F: hue angle of 268.26º 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 #4D049F is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 4 159 -
CMYK 0.52 0.97 0 0.38
HSL 268.26º 0.95% 0.32% -
HSV(B) 268.26º 0.97% 0.62% -
XYZ 9.36 4.17 33.11 -
YUV 43.5 193.18 151.9 -
System Red Green Blue C M Y K H S L
Decimal 77 4 159 0.52 0.97 0 0.38 268.26 0.95 0.32
Hex 4D 4 9F 34 61 0 26 10C 5F 20
Octal 115 4 237 64 141 0 46 414 137 40
Binary 1001101 100 10011111 110100 1100001 0 100110 100001100 1011111 100000

Color Harmonies of #4D049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D049F

Black with #4D049F

Text Example


Text Example

White with #4D049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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