Html Css Color HEX #4D158F Indigo

📋 copy color: '#4D158F'

red 77 ◦ green 21 ◦ blue 143

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

Shades of Indigo #4D158F

Tints of Indigo #4D158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 31.95%
G = 8.71%
B = 59.34%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D158F (or 0x4D158F) is known color: Indigo. HEX triplet: 4D, 15 and 8F. RGB value is (77,21,143). Sum of RGB (Red+Green+Blue) = 77+21+143=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D158F is #B2EA70. Grayscale: #333333. Windows color (decimal): -11725425 or 9377101. OLE color: 9377101.

HSL color Cylindrical-coordinate representation of color #4D158F: hue angle of 267.54º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D158F is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 21 143 -
CMYK 0.46 0.85 0 0.44
HSL 267.54º 0.74% 0.32% -
HSV(B) 267.54º 0.85% 0.56% -
XYZ 8.29 4.1 26.34 -
YUV 51.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 77 21 143 0.46 0.85 0 0.44 267.54 0.74 0.32
Hex 4D 15 8F 2E 55 0 2C 10C 4A 20
Octal 115 25 217 56 125 0 54 414 112 40
Binary 1001101 10101 10001111 101110 1010101 0 101100 100001100 1001010 100000

Color Harmonies of #4D158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D158F

Black with #4D158F

Text Example


Text Example

White with #4D158F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,21,143); }

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

background-color css

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

 a { background-color: rgb(77,21,143); }

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

border-color css

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

 span { border-color: rgb(77,21,143); }

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