Html Css Color HEX #4D1073 Indigo

📋 copy color: '#4D1073'

red 77 ◦ green 16 ◦ blue 115

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

Shades of Indigo #4D1073

Tints of Indigo #4D1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 37.02%
G = 7.69%
B = 55.29%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D1073 (or 0x4D1073) is known color: Indigo. HEX triplet: 4D, 10 and 73. RGB value is (77,16,115). Sum of RGB (Red+Green+Blue) = 77+16+115=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D1073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1073 is #B2EF8C. Grayscale: #2D2D2D. Windows color (decimal): -11726733 or 7540813. OLE color: 7540813.

HSL color Cylindrical-coordinate representation of color #4D1073: hue angle of 276.97º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1073 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 16 115 -
CMYK 0.33 0.86 0 0.55
HSL 276.97º 0.76% 0.26% -
HSV(B) 276.97º 0.86% 0.45% -
XYZ 6.34 3.19 16.5 -
YUV 45.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 77 16 115 0.33 0.86 0 0.55 276.97 0.76 0.26
Hex 4D 10 73 21 56 0 37 115 4C 1A
Octal 115 20 163 41 126 0 67 425 114 32
Binary 1001101 10000 1110011 100001 1010110 0 110111 100010101 1001100 11010

Color Harmonies of #4D1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1073

Black with #4D1073

Text Example


Text Example

White with #4D1073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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