Html Css Color HEX #4D059B Indigo

📋 copy color: '#4D059B'

red 77 ◦ green 5 ◦ blue 155

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

Shades of Indigo #4D059B

Tints of Indigo #4D059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 32.49%
G = 2.11%
B = 65.4%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D059B (or 0x4D059B) is known color: Indigo. HEX triplet: 4D, 05 and 9B. RGB value is (77,5,155). Sum of RGB (Red+Green+Blue) = 77+5+155=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D059B is #B2FA64. Grayscale: #2B2B2B. Windows color (decimal): -11729509 or 10159437. OLE color: 10159437.

HSL color Cylindrical-coordinate representation of color #4D059B: hue angle of 268.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D059B is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 5 155 -
CMYK 0.50 0.97 0 0.39
HSL 268.8º 0.94% 0.31% -
HSV(B) 268.8º 0.97% 0.61% -
XYZ 9.03 4.05 31.32 -
YUV 43.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 77 5 155 0.50 0.97 0 0.39 268.8 0.94 0.31
Hex 4D 5 9B 32 61 0 27 10D 5E 1F
Octal 115 5 233 62 141 0 47 415 136 37
Binary 1001101 101 10011011 110010 1100001 0 100111 100001101 1011110 11111

Color Harmonies of #4D059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D059B

Black with #4D059B

Text Example


Text Example

White with #4D059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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