Html Css Color HEX #4D0071 Indigo

📋 copy color: '#4D0071'

red 77 ◦ green 0 ◦ blue 113

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

Shades of Indigo #4D0071

Tints of Indigo #4D0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.53%
G = 0%
B = 59.47%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D0071 (or 0x4D0071) is known color: Indigo. HEX triplet: 4D, 00 and 71. RGB value is (77,0,113). Sum of RGB (Red+Green+Blue) = 77+0+113=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0071 is #B2FF8E. Grayscale: #232323. Windows color (decimal): -11730831 or 7405645. OLE color: 7405645.

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

Color convert

RGB 77 0 113 -
CMYK 0.32 1 0 0.56
HSL 280.88º 1% 0.22% -
HSV(B) 280.88º 1% 0.44% -
XYZ 6.04 2.77 15.84 -
YUV 35.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 77 0 113 0.32 1 0 0.56 280.88 1 0.22
Hex 4D 0 71 20 64 0 38 119 64 16
Octal 115 0 161 40 144 0 70 431 144 26
Binary 1001101 0 1110001 100000 1100100 0 111000 100011001 1100100 10110

Color Harmonies of #4D0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0071

Black with #4D0071

Text Example


Text Example

White with #4D0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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