Html Css Color HEX #4D046D Indigo

📋 copy color: '#4D046D'

red 77 ◦ green 4 ◦ blue 109

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

Shades of Indigo #4D046D

Tints of Indigo #4D046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

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

R = 40.53%
G = 2.11%
B = 57.37%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D046D (or 0x4D046D) is known color: Indigo. HEX triplet: 4D, 04 and 6D. RGB value is (77,4,109). Sum of RGB (Red+Green+Blue) = 77+4+109=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D046D is #B2FB92. Grayscale: #252525. Windows color (decimal): -11729811 or 7144525. OLE color: 7144525.

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

Color convert

RGB 77 4 109 -
CMYK 0.29 0.96 0 0.57
HSL 281.71º 0.93% 0.22% -
HSV(B) 281.71º 0.96% 0.43% -
XYZ 5.86 2.77 14.69 -
YUV 37.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 77 4 109 0.29 0.96 0 0.57 281.71 0.93 0.22
Hex 4D 4 6D 1D 60 0 39 11A 5D 16
Octal 115 4 155 35 140 0 71 432 135 26
Binary 1001101 100 1101101 11101 1100000 0 111001 100011010 1011101 10110

Color Harmonies of #4D046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D046D

Black with #4D046D

Text Example


Text Example

White with #4D046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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