Html Css Color HEX #4D147F Indigo

📋 copy color: '#4D147F'

red 77 ◦ green 20 ◦ blue 127

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

Shades of Indigo #4D147F

Tints of Indigo #4D147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.7%

R = 34.38%
G = 8.93%
B = 56.7%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D147F (or 0x4D147F) is known color: Indigo. HEX triplet: 4D, 14 and 7F. RGB value is (77,20,127). Sum of RGB (Red+Green+Blue) = 77+20+127=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D147F is #B2EB80. Grayscale: #303030. Windows color (decimal): -11725697 or 8328269. OLE color: 8328269.

HSL color Cylindrical-coordinate representation of color #4D147F: hue angle of 271.96º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D147F is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 20 127 -
CMYK 0.39 0.84 0 0.50
HSL 271.96º 0.73% 0.29% -
HSV(B) 271.96º 0.84% 0.5% -
XYZ 7.14 3.61 20.4 -
YUV 49.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 77 20 127 0.39 0.84 0 0.50 271.96 0.73 0.29
Hex 4D 14 7F 27 54 0 32 110 49 1D
Octal 115 24 177 47 124 0 62 420 111 35
Binary 1001101 10100 1111111 100111 1010100 0 110010 100010000 1001001 11101

Color Harmonies of #4D147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D147F

Black with #4D147F

Text Example


Text Example

White with #4D147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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