Html Css Color HEX #4D0796 Indigo

📋 copy color: '#4D0796'

red 77 ◦ green 7 ◦ blue 150

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

Shades of Indigo #4D0796

Tints of Indigo #4D0796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

 BLUE value IS 150 (58.98% from 255) = 64.1%

R = 32.91%
G = 2.99%
B = 64.1%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D0796 (or 0x4D0796) is known color: Indigo. HEX triplet: 4D, 07 and 96. RGB value is (77,7,150). Sum of RGB (Red+Green+Blue) = 77+7+150=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D0796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0796 is #B2F869. Grayscale: #2B2B2B. Windows color (decimal): -11729002 or 9832269. OLE color: 9832269.

HSL color Cylindrical-coordinate representation of color #4D0796: hue angle of 269.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0796 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 7 150 -
CMYK 0.49 0.95 0 0.41
HSL 269.37º 0.91% 0.31% -
HSV(B) 269.37º 0.95% 0.59% -
XYZ 8.64 3.93 29.16 -
YUV 44.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 77 7 150 0.49 0.95 0 0.41 269.37 0.91 0.31
Hex 4D 7 96 31 5F 0 29 10D 5B 1F
Octal 115 7 226 61 137 0 51 415 133 37
Binary 1001101 111 10010110 110001 1011111 0 101001 100001101 1011011 11111

Color Harmonies of #4D0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0796

Black with #4D0796

Text Example


Text Example

White with #4D0796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,7,150); }

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

background-color css

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

 a { background-color: rgb(77,7,150); }

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

border-color css

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

 span { border-color: rgb(77,7,150); }

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