Html Css Color HEX #4D066D Indigo

📋 copy color: '#4D066D'

red 77 ◦ green 6 ◦ blue 109

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

Shades of Indigo #4D066D

Tints of Indigo #4D066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

 BLUE value IS 109 (42.97% from 255) = 56.77%

R = 40.1%
G = 3.13%
B = 56.77%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D066D (or 0x4D066D) is known color: Indigo. HEX triplet: 4D, 06 and 6D. RGB value is (77,6,109). Sum of RGB (Red+Green+Blue) = 77+6+109=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D066D is #B2F992. Grayscale: #262626. Windows color (decimal): -11729299 or 7145037. OLE color: 7145037.

HSL color Cylindrical-coordinate representation of color #4D066D: hue angle of 281.36º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D066D is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 6 109 -
CMYK 0.29 0.94 0 0.57
HSL 281.36º 0.9% 0.23% -
HSV(B) 281.36º 0.94% 0.43% -
XYZ 5.89 2.81 14.7 -
YUV 38.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 77 6 109 0.29 0.94 0 0.57 281.36 0.9 0.23
Hex 4D 6 6D 1D 5E 0 39 119 5A 17
Octal 115 6 155 35 136 0 71 431 132 27
Binary 1001101 110 1101101 11101 1011110 0 111001 100011001 1011010 10111

Color Harmonies of #4D066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D066D

Black with #4D066D

Text Example


Text Example

White with #4D066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,6,109); }

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

background-color css

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

 a { background-color: rgb(77,6,109); }

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

border-color css

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

 span { border-color: rgb(77,6,109); }

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