#4C0560

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

Shades of Indigo #4C0560

Tints of Indigo #4C0560

Color information

#4C0560 (or 0x4C0560) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 60. RGB value is (76,5,96). Sum of RGB (Red+Green+Blue) = 76+5+96=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C0560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0560 is #B3FA9F. Grayscale: #242424. Windows color (decimal): -11795104 or 6292812. OLE color: 6292812.

HSL color Cylindrical-coordinate representation of color #4C0560: hue angle of 286.81º 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 #4C0560 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB76596-
CMYK0.210.9500.62
HSL286.81º90.1%19.8%-
HSV(B)286.81º94.79%37.65%-
XYZ5.152.4911.28-
YUV36.6161.52156.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=42.94%
G=2.82%
B=54.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal765960.210.9500.62286.8190.119.8
Hex4C560155F03E11f5a14
Octal11451402513707643713224
Binary100110010111000001010110111110111110100011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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