Html Css Color HEX #4D059F Indigo

📋 copy color: '#4D059F'

red 77 ◦ green 5 ◦ blue 159

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

Shades of Indigo #4D059F

Tints of Indigo #4D059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 31.95%
G = 2.07%
B = 65.98%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D059F (or 0x4D059F) is known color: Indigo. HEX triplet: 4D, 05 and 9F. RGB value is (77,5,159). Sum of RGB (Red+Green+Blue) = 77+5+159=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D059F is #B2FA60. Grayscale: #2B2B2B. Windows color (decimal): -11729505 or 10421581. OLE color: 10421581.

HSL color Cylindrical-coordinate representation of color #4D059F: hue angle of 268.05º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D059F is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 5 159 -
CMYK 0.52 0.97 0 0.38
HSL 268.05º 0.94% 0.32% -
HSV(B) 268.05º 0.97% 0.62% -
XYZ 9.37 4.19 33.12 -
YUV 44.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 77 5 159 0.52 0.97 0 0.38 268.05 0.94 0.32
Hex 4D 5 9F 34 61 0 26 10C 5E 20
Octal 115 5 237 64 141 0 46 414 136 40
Binary 1001101 101 10011111 110100 1100001 0 100110 100001100 1011110 100000

Color Harmonies of #4D059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D059F

Black with #4D059F

Text Example


Text Example

White with #4D059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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