Html Css Color HEX #4D1081 Indigo

📋 copy color: '#4D1081'

red 77 ◦ green 16 ◦ blue 129

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

Shades of Indigo #4D1081

Tints of Indigo #4D1081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 34.68%
G = 7.21%
B = 58.11%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D1081 (or 0x4D1081) is known color: Indigo. HEX triplet: 4D, 10 and 81. RGB value is (77,16,129). Sum of RGB (Red+Green+Blue) = 77+16+129=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D1081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1081 is #B2EF7E. Grayscale: #2E2E2E. Windows color (decimal): -11726719 or 8458317. OLE color: 8458317.

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

Color convert

RGB 77 16 129 -
CMYK 0.40 0.88 0 0.49
HSL 272.39º 0.78% 0.28% -
HSV(B) 272.39º 0.88% 0.51% -
XYZ 7.21 3.53 21.07 -
YUV 47.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 77 16 129 0.40 0.88 0 0.49 272.39 0.78 0.28
Hex 4D 10 81 28 58 0 31 110 4E 1C
Octal 115 20 201 50 130 0 61 420 116 34
Binary 1001101 10000 10000001 101000 1011000 0 110001 100010000 1001110 11100

Color Harmonies of #4D1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1081

Black with #4D1081

Text Example


Text Example

White with #4D1081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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