#4C059C

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

Shades of Indigo #4C059C

Tints of Indigo #4C059C

Color information

#4C059C (or 0x4C059C) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 9C. RGB value is (76,5,156). Sum of RGB (Red+Green+Blue) = 76+5+156=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C059C is #B3FA63. Grayscale: #2A2A2A. Windows color (decimal): -11795044 or 10224972. OLE color: 10224972.

HSL color Cylindrical-coordinate representation of color #4C059C: hue angle of 268.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C059C is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB765156-
CMYK0.510.9700.39
HSL268.21º93.79%31.57%-
HSV(B)268.21º96.79%61.18%-
XYZ9.044.0531.76-
YUV43.44191.52151.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 156 (61.33% from 255) = 65.82%
R=32.07%
G=2.11%
B=65.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7651560.510.9700.39268.2193.7931.57
Hex4C59C336102710c5e20
Octal11452346314104741413640
Binary100110010110011100110011110000101001111000011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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