Html Css Color HEX #4D1481 Indigo

📋 copy color: '#4D1481'

red 77 ◦ green 20 ◦ blue 129

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

Shades of Indigo #4D1481

Tints of Indigo #4D1481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 34.07%
G = 8.85%
B = 57.08%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D1481 (or 0x4D1481) is known color: Indigo. HEX triplet: 4D, 14 and 81. RGB value is (77,20,129). Sum of RGB (Red+Green+Blue) = 77+20+129=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D1481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1481 is #B2EB7E. Grayscale: #313131. Windows color (decimal): -11725695 or 8459341. OLE color: 8459341.

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

Color convert

RGB 77 20 129 -
CMYK 0.40 0.84 0 0.49
HSL 271.38º 0.73% 0.29% -
HSV(B) 271.38º 0.84% 0.51% -
XYZ 7.27 3.66 21.09 -
YUV 49.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 77 20 129 0.40 0.84 0 0.49 271.38 0.73 0.29
Hex 4D 14 81 28 54 0 31 10F 49 1D
Octal 115 24 201 50 124 0 61 417 111 35
Binary 1001101 10100 10000001 101000 1010100 0 110001 100001111 1001001 11101

Color Harmonies of #4D1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1481

Black with #4D1481

Text Example


Text Example

White with #4D1481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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