#4C049B

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

Shades of Indigo #4C049B

Tints of Indigo #4C049B

Color information

#4C049B (or 0x4C049B) is unknown color: approx Indigo. HEX triplet: 4C, 04 and 9B. RGB value is (76,4,155). Sum of RGB (Red+Green+Blue) = 76+4+155=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C049B is #B3FB64. Grayscale: #2A2A2A. Windows color (decimal): -11795301 or 10159180. OLE color: 10159180.

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

Color convert

RGB764155-
CMYK0.510.9700.39
HSL268.61º94.97%31.18%-
HSV(B)268.61º97.42%60.78%-
XYZ8.943.9931.31-
YUV42.74191.35151.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=32.34%
G=1.70%
B=65.96%

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
Decimal7641550.510.9700.39268.6194.9731.18
Hex4C49B336102710d5f1f
Octal11442336314104741513737
Binary10011001001001101111001111000010100111100001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C049B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,155); }

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

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

 a { background-color: rgb(76,4,155); }

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

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

 span { border-color: rgb(76,4,155); }

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