Html Css Color HEX #4D078D Indigo

📋 copy color: '#4D078D'

red 77 ◦ green 7 ◦ blue 141

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

Shades of Indigo #4D078D

Tints of Indigo #4D078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.67%

R = 34.22%
G = 3.11%
B = 62.67%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D078D (or 0x4D078D) is known color: Indigo. HEX triplet: 4D, 07 and 8D. RGB value is (77,7,141). Sum of RGB (Red+Green+Blue) = 77+7+141=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D078D is #B2F872. Grayscale: #2A2A2A. Windows color (decimal): -11729011 or 9242445. OLE color: 9242445.

HSL color Cylindrical-coordinate representation of color #4D078D: hue angle of 271.34º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D078D is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 7 141 -
CMYK 0.45 0.95 0 0.45
HSL 271.34º 0.91% 0.29% -
HSV(B) 271.34º 0.95% 0.55% -
XYZ 7.94 3.65 25.49 -
YUV 43.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 77 7 141 0.45 0.95 0 0.45 271.34 0.91 0.29
Hex 4D 7 8D 2D 5F 0 2D 10F 5B 1D
Octal 115 7 215 55 137 0 55 417 133 35
Binary 1001101 111 10001101 101101 1011111 0 101101 100001111 1011011 11101

Color Harmonies of #4D078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D078D

Black with #4D078D

Text Example


Text Example

White with #4D078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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