Html Css Color HEX #4D1080 Indigo

📋 copy color: '#4D1080'

red 77 ◦ green 16 ◦ blue 128

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

Shades of Indigo #4D1080

Tints of Indigo #4D1080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 34.84%
G = 7.24%
B = 57.92%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D1080 (or 0x4D1080) is known color: Indigo. HEX triplet: 4D, 10 and 80. RGB value is (77,16,128). Sum of RGB (Red+Green+Blue) = 77+16+128=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D1080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1080 is #B2EF7F. Grayscale: #2E2E2E. Windows color (decimal): -11726720 or 8392781. OLE color: 8392781.

HSL color Cylindrical-coordinate representation of color #4D1080: hue angle of 272.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1080 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 16 128 -
CMYK 0.40 0.88 0 0.50
HSL 272.68º 0.78% 0.28% -
HSV(B) 272.68º 0.88% 0.5% -
XYZ 7.14 3.51 20.72 -
YUV 47.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 77 16 128 0.40 0.88 0 0.50 272.68 0.78 0.28
Hex 4D 10 80 28 58 0 32 111 4E 1C
Octal 115 20 200 50 130 0 62 421 116 34
Binary 1001101 10000 10000000 101000 1011000 0 110010 100010001 1001110 11100

Color Harmonies of #4D1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1080

Black with #4D1080

Text Example


Text Example

White with #4D1080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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