#4D0560

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

Shades of Indigo #4D0560

Tints of Indigo #4D0560

Color information

#4D0560 (or 0x4D0560) is unknown color: approx Indigo. HEX triplet: 4D, 05 and 60. RGB value is (77,5,96). Sum of RGB (Red+Green+Blue) = 77+5+96=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0560 is #B2FA9F. Grayscale: #242424. Windows color (decimal): -11729568 or 6292813. OLE color: 6292813.

HSL color Cylindrical-coordinate representation of color #4D0560: hue angle of 287.47º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0560 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB77596-
CMYK0.200.9500.62
HSL287.47º90.1%19.8%-
HSV(B)287.47º94.79%37.65%-
XYZ5.232.5311.28-
YUV36.9161.35156.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.26%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=43.26%
G=2.81%
B=53.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal775960.200.9500.62287.4790.119.8
Hex4D560145F03E11f5a14
Octal11551402413707643713224
Binary100110110111000001010010111110111110100011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,96); }

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

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

 a { background-color: rgb(77,5,96); }

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

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

 span { border-color: rgb(77,5,96); }

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