Html Css Color HEX #4D0271 Indigo

📋 copy color: '#4D0271'

red 77 ◦ green 2 ◦ blue 113

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

Shades of Indigo #4D0271

Tints of Indigo #4D0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 113 (44.53% from 255) = 58.85%

R = 40.1%
G = 1.04%
B = 58.85%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D0271 (or 0x4D0271) is known color: Indigo. HEX triplet: 4D, 02 and 71. RGB value is (77,2,113). Sum of RGB (Red+Green+Blue) = 77+2+113=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0271 is #B2FD8E. Grayscale: #242424. Windows color (decimal): -11730319 or 7406157. OLE color: 7406157.

HSL color Cylindrical-coordinate representation of color #4D0271: hue angle of 280.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0271 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 2 113 -
CMYK 0.32 0.98 0 0.56
HSL 280.54º 0.97% 0.23% -
HSV(B) 280.54º 0.98% 0.44% -
XYZ 6.06 2.81 15.85 -
YUV 37.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 77 2 113 0.32 0.98 0 0.56 280.54 0.97 0.23
Hex 4D 2 71 20 62 0 38 119 61 17
Octal 115 2 161 40 142 0 70 431 141 27
Binary 1001101 10 1110001 100000 1100010 0 111000 100011001 1100001 10111

Color Harmonies of #4D0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0271

Black with #4D0271

Text Example


Text Example

White with #4D0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,2,113); }

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

background-color css

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

 a { background-color: rgb(77,2,113); }

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

border-color css

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

 span { border-color: rgb(77,2,113); }

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