Html Css Color HEX #4D116A Indigo

📋 copy color: '#4D116A'

red 77 ◦ green 17 ◦ blue 106

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

Shades of Indigo #4D116A

Tints of Indigo #4D116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 106 (41.8% from 255) = 53%

R = 38.5%
G = 8.5%
B = 53%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D116A (or 0x4D116A) is known color: Indigo. HEX triplet: 4D, 11 and 6A. RGB value is (77,17,106). Sum of RGB (Red+Green+Blue) = 77+17+106=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D116A is #B2EE95. Grayscale: #2C2C2C. Windows color (decimal): -11726486 or 6951245. OLE color: 6951245.

HSL color Cylindrical-coordinate representation of color #4D116A: hue angle of 280.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D116A is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 17 106 -
CMYK 0.27 0.84 0 0.58
HSL 280.45º 0.72% 0.24% -
HSV(B) 280.45º 0.84% 0.42% -
XYZ 5.86 3.02 13.91 -
YUV 45.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 77 17 106 0.27 0.84 0 0.58 280.45 0.72 0.24
Hex 4D 11 6A 1B 54 0 3A 118 48 18
Octal 115 21 152 33 124 0 72 430 110 30
Binary 1001101 10001 1101010 11011 1010100 0 111010 100011000 1001000 11000

Color Harmonies of #4D116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D116A

Black with #4D116A

Text Example


Text Example

White with #4D116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,106); }

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

background-color css

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

 a { background-color: rgb(77,17,106); }

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

border-color css

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

 span { border-color: rgb(77,17,106); }

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