Html Css Color HEX #4D149F Indigo

📋 copy color: '#4D149F'

red 77 ◦ green 20 ◦ blue 159

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

Shades of Indigo #4D149F

Tints of Indigo #4D149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 30.08%
G = 7.81%
B = 62.11%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D149F (or 0x4D149F) is known color: Indigo. HEX triplet: 4D, 14 and 9F. RGB value is (77,20,159). Sum of RGB (Red+Green+Blue) = 77+20+159=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D149F is #B2EB60. Grayscale: #343434. Windows color (decimal): -11725665 or 10425421. OLE color: 10425421.

HSL color Cylindrical-coordinate representation of color #4D149F: hue angle of 264.6º degrees, saturation: 0.78, 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 #4D149F is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 20 159 -
CMYK 0.52 0.87 0 0.38
HSL 264.6º 0.78% 0.35% -
HSV(B) 264.6º 0.87% 0.62% -
XYZ 9.57 4.58 33.18 -
YUV 52.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 77 20 159 0.52 0.87 0 0.38 264.6 0.78 0.35
Hex 4D 14 9F 34 57 0 26 109 4E 23
Octal 115 24 237 64 127 0 46 411 116 43
Binary 1001101 10100 10011111 110100 1010111 0 100110 100001001 1001110 100011

Color Harmonies of #4D149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D149F

Black with #4D149F

Text Example


Text Example

White with #4D149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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