Html Css Color HEX #4D0B73 Indigo

📋 copy color: '#4D0B73'

red 77 ◦ green 11 ◦ blue 115

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

Shades of Indigo #4D0B73

Tints of Indigo #4D0B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

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

R = 37.93%
G = 5.42%
B = 56.65%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0B73 (or 0x4D0B73) is known color: Indigo. HEX triplet: 4D, 0B and 73. RGB value is (77,11,115). Sum of RGB (Red+Green+Blue) = 77+11+115=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B73 is #B2F48C. Grayscale: #2A2A2A. Windows color (decimal): -11728013 or 7539533. OLE color: 7539533.

HSL color Cylindrical-coordinate representation of color #4D0B73: hue angle of 278.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0B73 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 11 115 -
CMYK 0.33 0.90 0 0.55
HSL 278.08º 0.83% 0.25% -
HSV(B) 278.08º 0.9% 0.45% -
XYZ 6.27 3.05 16.48 -
YUV 42.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 77 11 115 0.33 0.90 0 0.55 278.08 0.83 0.25
Hex 4D B 73 21 5A 0 37 116 53 19
Octal 115 13 163 41 132 0 67 426 123 31
Binary 1001101 1011 1110011 100001 1011010 0 110111 100010110 1010011 11001

Color Harmonies of #4D0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0B73

Black with #4D0B73

Text Example


Text Example

White with #4D0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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