Html Css Color HEX #4D149D Indigo

📋 copy color: '#4D149D'

red 77 ◦ green 20 ◦ blue 157

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

Shades of Indigo #4D149D

Tints of Indigo #4D149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.81%

R = 30.31%
G = 7.87%
B = 61.81%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D149D (or 0x4D149D) is known color: Indigo. HEX triplet: 4D, 14 and 9D. RGB value is (77,20,157). Sum of RGB (Red+Green+Blue) = 77+20+157=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D149D is #B2EB62. Grayscale: #343434. Windows color (decimal): -11725667 or 10294349. OLE color: 10294349.

HSL color Cylindrical-coordinate representation of color #4D149D: hue angle of 264.96º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D149D is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 20 157 -
CMYK 0.51 0.87 0 0.38
HSL 264.96º 0.77% 0.35% -
HSV(B) 264.96º 0.87% 0.62% -
XYZ 9.4 4.51 32.27 -
YUV 52.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 77 20 157 0.51 0.87 0 0.38 264.96 0.77 0.35
Hex 4D 14 9D 33 57 0 26 109 4D 23
Octal 115 24 235 63 127 0 46 411 115 43
Binary 1001101 10100 10011101 110011 1010111 0 100110 100001001 1001101 100011

Color Harmonies of #4D149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D149D

Black with #4D149D

Text Example


Text Example

White with #4D149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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