Html Css Color HEX #4D0872 Indigo

📋 copy color: '#4D0872'

red 77 ◦ green 8 ◦ blue 114

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

Shades of Indigo #4D0872

Tints of Indigo #4D0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 38.69%
G = 4.02%
B = 57.29%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0872 (or 0x4D0872) is known color: Indigo. HEX triplet: 4D, 08 and 72. RGB value is (77,8,114). Sum of RGB (Red+Green+Blue) = 77+8+114=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0872 is #B2F78D. Grayscale: #282828. Windows color (decimal): -11728782 or 7473229. OLE color: 7473229.

HSL color Cylindrical-coordinate representation of color #4D0872: hue angle of 279.06º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0872 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 8 114 -
CMYK 0.32 0.93 0 0.55
HSL 279.06º 0.87% 0.24% -
HSV(B) 279.06º 0.93% 0.45% -
XYZ 6.18 2.97 16.17 -
YUV 40.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 77 8 114 0.32 0.93 0 0.55 279.06 0.87 0.24
Hex 4D 8 72 20 5D 0 37 117 57 18
Octal 115 10 162 40 135 0 67 427 127 30
Binary 1001101 1000 1110010 100000 1011101 0 110111 100010111 1010111 11000

Color Harmonies of #4D0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0872

Black with #4D0872

Text Example


Text Example

White with #4D0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,8,114); }

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

background-color css

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

 a { background-color: rgb(77,8,114); }

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

border-color css

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

 span { border-color: rgb(77,8,114); }

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