Html Css Color HEX #4D078C Indigo

📋 copy color: '#4D078C'

red 77 ◦ green 7 ◦ blue 140

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

Shades of Indigo #4D078C

Tints of Indigo #4D078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 34.38%
G = 3.13%
B = 62.5%

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

#4D078C (or 0x4D078C) is known color: Indigo. HEX triplet: 4D, 07 and 8C. RGB value is (77,7,140). Sum of RGB (Red+Green+Blue) = 77+7+140=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D078C is #B2F873. Grayscale: #2A2A2A. Windows color (decimal): -11729012 or 9176909. OLE color: 9176909.

HSL color Cylindrical-coordinate representation of color #4D078C: hue angle of 271.58º degrees, saturation: 0.9, 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 #4D078C is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 7 140 -
CMYK 0.45 0.95 0 0.45
HSL 271.58º 0.9% 0.29% -
HSV(B) 271.58º 0.95% 0.55% -
XYZ 7.87 3.62 25.1 -
YUV 43.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 77 7 140 0.45 0.95 0 0.45 271.58 0.9 0.29
Hex 4D 7 8C 2D 5F 0 2D 110 5A 1D
Octal 115 7 214 55 137 0 55 420 132 35
Binary 1001101 111 10001100 101101 1011111 0 101101 100010000 1011010 11101

Color Harmonies of #4D078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D078C

Black with #4D078C

Text Example


Text Example

White with #4D078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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