#4C097C

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

Shades of Indigo #4C097C

Tints of Indigo #4C097C

Color information

#4C097C (or 0x4C097C) is unknown color: approx Indigo. HEX triplet: 4C, 09 and 7C. RGB value is (76,9,124). Sum of RGB (Red+Green+Blue) = 76+9+124=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C097C is #B3F683. Grayscale: #292929. Windows color (decimal): -11794052 or 8128844. OLE color: 8128844.

HSL color Cylindrical-coordinate representation of color #4C097C: hue angle of 274.96º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C097C is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB769124-
CMYK0.390.9300.51
HSL274.96º86.47%26.08%-
HSV(B)274.96º92.74%48.63%-
XYZ6.723.1919.33-
YUV42.14174.2152.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=36.36%
G=4.31%
B=59.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7691240.390.9300.51274.9686.4726.08
Hex4C97C275D033113561a
Octal114111744713506342312632
Binary10011001001111110010011110111010110011100010011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,124); }

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

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

 a { background-color: rgb(76,9,124); }

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

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

 span { border-color: rgb(76,9,124); }

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