Html Css Color HEX #4D108C Indigo

📋 copy color: '#4D108C'

red 77 ◦ green 16 ◦ blue 140

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

Shades of Indigo #4D108C

Tints of Indigo #4D108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

 BLUE value IS 140 (55.08% from 255) = 60.09%

R = 33.05%
G = 6.87%
B = 60.09%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D108C (or 0x4D108C) is known color: Indigo. HEX triplet: 4D, 10 and 8C. RGB value is (77,16,140). Sum of RGB (Red+Green+Blue) = 77+16+140=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D108C is #B2EF73. Grayscale: #2F2F2F. Windows color (decimal): -11726708 or 9179213. OLE color: 9179213.

HSL color Cylindrical-coordinate representation of color #4D108C: hue angle of 269.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D108C is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 16 140 -
CMYK 0.45 0.89 0 0.45
HSL 269.52º 0.79% 0.31% -
HSV(B) 269.52º 0.89% 0.55% -
XYZ 7.98 3.84 25.13 -
YUV 48.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 77 16 140 0.45 0.89 0 0.45 269.52 0.79 0.31
Hex 4D 10 8C 2D 59 0 2D 10E 4F 1F
Octal 115 20 214 55 131 0 55 416 117 37
Binary 1001101 10000 10001100 101101 1011001 0 101101 100001110 1001111 11111

Color Harmonies of #4D108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D108C

Black with #4D108C

Text Example


Text Example

White with #4D108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,16,140); }

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

background-color css

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

 a { background-color: rgb(77,16,140); }

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

border-color css

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

 span { border-color: rgb(77,16,140); }

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