Html Css Color HEX #4D048F Indigo

📋 copy color: '#4D048F'

red 77 ◦ green 4 ◦ blue 143

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

Shades of Indigo #4D048F

Tints of Indigo #4D048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.84%

R = 34.38%
G = 1.79%
B = 63.84%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D048F (or 0x4D048F) is known color: Indigo. HEX triplet: 4D, 04 and 8F. RGB value is (77,4,143). Sum of RGB (Red+Green+Blue) = 77+4+143=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D048F is #B2FB70. Grayscale: #292929. Windows color (decimal): -11729777 or 9372749. OLE color: 9372749.

HSL color Cylindrical-coordinate representation of color #4D048F: hue angle of 271.51º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D048F is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 4 143 -
CMYK 0.46 0.97 0 0.44
HSL 271.51º 0.95% 0.29% -
HSV(B) 271.51º 0.97% 0.56% -
XYZ 8.06 3.65 26.27 -
YUV 41.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 77 4 143 0.46 0.97 0 0.44 271.51 0.95 0.29
Hex 4D 4 8F 2E 61 0 2C 110 5F 1D
Octal 115 4 217 56 141 0 54 420 137 35
Binary 1001101 100 10001111 101110 1100001 0 101100 100010000 1011111 11101

Color Harmonies of #4D048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D048F

Black with #4D048F

Text Example


Text Example

White with #4D048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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