Html Css Color HEX #4D167C Indigo

📋 copy color: '#4D167C'

red 77 ◦ green 22 ◦ blue 124

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

Shades of Indigo #4D167C

Tints of Indigo #4D167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 34.53%
G = 9.87%
B = 55.61%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D167C (or 0x4D167C) is known color: Indigo. HEX triplet: 4D, 16 and 7C. RGB value is (77,22,124). Sum of RGB (Red+Green+Blue) = 77+22+124=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D167C is #B2E983. Grayscale: #313131. Windows color (decimal): -11725188 or 8132173. OLE color: 8132173.

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

Color convert

RGB 77 22 124 -
CMYK 0.38 0.82 0 0.51
HSL 272.35º 0.7% 0.29% -
HSV(B) 272.35º 0.82% 0.49% -
XYZ 6.99 3.61 19.4 -
YUV 50.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 77 22 124 0.38 0.82 0 0.51 272.35 0.7 0.29
Hex 4D 16 7C 26 52 0 33 110 46 1D
Octal 115 26 174 46 122 0 63 420 106 35
Binary 1001101 10110 1111100 100110 1010010 0 110011 100010000 1000110 11101

Color Harmonies of #4D167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D167C

Black with #4D167C

Text Example


Text Example

White with #4D167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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