Html Css Color HEX #4D147C Indigo

📋 copy color: '#4D147C'

red 77 ◦ green 20 ◦ blue 124

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

Shades of Indigo #4D147C

Tints of Indigo #4D147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 34.84%
G = 9.05%
B = 56.11%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D147C (or 0x4D147C) is known color: Indigo. HEX triplet: 4D, 14 and 7C. RGB value is (77,20,124). Sum of RGB (Red+Green+Blue) = 77+20+124=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D147C is #B2EB83. Grayscale: #303030. Windows color (decimal): -11725700 or 8131661. OLE color: 8131661.

HSL color Cylindrical-coordinate representation of color #4D147C: hue angle of 272.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D147C is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 20 124 -
CMYK 0.38 0.84 0 0.51
HSL 272.88º 0.72% 0.28% -
HSV(B) 272.88º 0.84% 0.49% -
XYZ 6.95 3.53 19.38 -
YUV 48.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 77 20 124 0.38 0.84 0 0.51 272.88 0.72 0.28
Hex 4D 14 7C 26 54 0 33 111 48 1C
Octal 115 24 174 46 124 0 63 421 110 34
Binary 1001101 10100 1111100 100110 1010100 0 110011 100010001 1001000 11100

Color Harmonies of #4D147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D147C

Black with #4D147C

Text Example


Text Example

White with #4D147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,20,124); }

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

background-color css

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

 a { background-color: rgb(77,20,124); }

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

border-color css

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

 span { border-color: rgb(77,20,124); }

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