Html Css Color HEX #4D0B76 Indigo

📋 copy color: '#4D0B76'

red 77 ◦ green 11 ◦ blue 118

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

Shades of Indigo #4D0B76

Tints of Indigo #4D0B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 37.38%
G = 5.34%
B = 57.28%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4D0B76 (or 0x4D0B76) is known color: Indigo. HEX triplet: 4D, 0B and 76. RGB value is (77,11,118). Sum of RGB (Red+Green+Blue) = 77+11+118=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D0B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B76 is #B2F489. Grayscale: #2A2A2A. Windows color (decimal): -11728010 or 7736141. OLE color: 7736141.

HSL color Cylindrical-coordinate representation of color #4D0B76: hue angle of 277.01º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0B76 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 11 118 -
CMYK 0.35 0.91 0 0.54
HSL 277.01º 0.83% 0.25% -
HSV(B) 277.01º 0.91% 0.46% -
XYZ 6.45 3.13 17.4 -
YUV 42.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 77 11 118 0.35 0.91 0 0.54 277.01 0.83 0.25
Hex 4D B 76 23 5B 0 36 115 53 19
Octal 115 13 166 43 133 0 66 425 123 31
Binary 1001101 1011 1110110 100011 1011011 0 110110 100010101 1010011 11001

Color Harmonies of #4D0B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0B76

Black with #4D0B76

Text Example


Text Example

White with #4D0B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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