#4D1378

Color #4D1378 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4D1378

Tints of Indigo #4D1378

Color information

#4D1378 (or 0x4D1378) is unknown color: approx Indigo. HEX triplet: 4D, 13 and 78. RGB value is (77,19,120). Sum of RGB (Red+Green+Blue) = 77+19+120=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D1378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1378 is #B2EC87. Grayscale: #2F2F2F. Windows color (decimal): -11725960 or 7869261. OLE color: 7869261.

HSL color Cylindrical-coordinate representation of color #4D1378: hue angle of 274.46º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1378 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7719120-
CMYK0.360.8400.53
HSL274.46º72.66%27.25%-
HSV(B)274.46º84.17%47.06%-
XYZ6.683.418.07-
YUV47.86168.72148.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.65%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=35.65%
G=8.80%
B=55.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77191200.360.8400.53274.4672.6627.25
Hex4D13782454035112491b
Octal115231704412406542211133
Binary100110110011111100010010010101000110101100010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,19,120); }

 H1.HeaderClassName
 {
   color: #4D1378;
 }
 .AnyTagClassName
 {
   color: #4D1378;
 }
</style>
background-color css

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

 a { background-color: rgb(77,19,120); }

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

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

 span { border-color: rgb(77,19,120); }

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